rgb(191, 203, 221)
- In a RGB color space, hex #bfcbdd color is composed of 75% red, 80% green, and 87% blue.
- In a CMYK color space, it is consist of 14% cyan, 8% magenta, 0% yellow and 13% black.
- In web design, the web safe color for #bfcbdd is #CCCCCC. The complementary color of #bfcbdd is #ddd1bf.
#bfcbdd Color Conversion
Hex Color #bfcbdd RGB value, CMYK value, HSL value, HSV value...
Color Schemes with #bfcbdd
-
#bfcbdd
#bfcbdd
-
#ddd1bf
#ddd1bf
-
#dfe5ee
#dfe5ee
-
#eee8df
#eee8df
-
#8f98a5
#8f98a5
-
#a59c8f
#a59c8f
-
#a7abb2
#a7abb2
-
#b2aea7
#b2aea7
Two colors (#bfcbdd,#ddd1bf) that are on opposite sides of the color wheel. This combination provides a high contrast and high impact color combination – together, these colors will appear brighter and more prominent.
In Grayscale mode, there are only gray tones, which include 256 different shades of gray ranging from black to white. In a grayscale file, the color saturation of the image is 0, and brightness is the only option that can affect the grayscale image.
Three colors that are evenly spaced on the color wheel. This provides a high contrast color scheme, but less so than the complementary color combination — making it more versatile. This combination creates bold, vibrant color palettes.
Three colors that are side by side on the color wheel. This color combination is versatile, but can be overwhelming. To balance an analogous color scheme, choose one dominant color, and use the others as accents.
-
#bfcbdd
#bfcbdd
-
#dfe5ee
#dfe5ee
-
#5f656e
#5f656e
-
#eef1f6
#eef1f6
-
#8f98a5
#8f98a5
-
#a7abb2
#a7abb2
-
#474b52
#474b52
-
#b2b4b8
#b2b4b8
Three shades, tones and tints of one base color. Provides a subtle and conservative color combination. This is a versatile color combination that is easy to apply to design projects for a harmonious look.
Shades and Tints of #bfcbdd
-
#bfcbdd
#bfcbdd
-
#ACB7C7
#ACB7C7
-
#99A2B1
#99A2B1
-
#868E9B
#868E9B
-
#737A85
#737A85
-
#60666F
#60666F
-
#4C5158
#4C5158
-
#393D42
#393D42
-
#26292C
#26292C
-
#131416
#131416
-
#000000
#000000
A shade is created by adding black to a base hue, darkening the color. This creates a deeper, richer color. Shades can be quite dramatic and can be overpowering.
-
#bfcbdd
#bfcbdd
-
#C5D0E0
#C5D0E0
-
#CCD5E4
#CCD5E4
-
#D2DBE7
#D2DBE7
-
#D9E0EB
#D9E0EB
-
#DFE5EE
#DFE5EE
-
#E5EAF1
#E5EAF1
-
#ECEFF5
#ECEFF5
-
#F2F5F8
#F2F5F8
-
#F9FAFC
#F9FAFC
-
#FDFDFE
#FDFDFE
A tint is created by adding white to a base hue, lightening the color. This can make a color less intense, and is useful when balancing more vivid color combinations.
Random Colors
HTML Code & CSS
#bfcbdd Color Preview on Black Background
#bfcbdd Color Preview on White Background
<span style="color:#bfcbdd;">Text here</span>
#bfcbdd Background Color
#bfcbdd Background Color
<p style="background-color:#bfcbdd;">Text here</p>
#bfcbdd Border Color
<div style="border:1px solid #bfcbdd;">Text here</div>
<style>.text {color:#bfcbdd;}
.background {background-color:#bfcbdd;}
.border {border:1px solid #bfcbdd;}</style>