#BFCBD6

Color #BFCBD6 Spindle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spindle #BFCBD6

Tints of Spindle #BFCBD6

Color information

#BFCBD6 (or 0xBFCBD6) is unknown color: approx Spindle. HEX triplet: BF, CB and D6. RGB value is (191,203,214). Sum of RGB (Red+Green+Blue) = 191+203+214=608 (80% of max value = 765). Red value is 191 (75% from 255 or 31.41% from 608); Green value is 203 (79.69% from 255 or 33.39% from 608); Blue value is 214 (83.98% from 255 or 35.20% from 608); Max value from RGB is 214 - color contains mainly: blue. Hex color #BFCBD6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFCBD6 is #403429. Grayscale: #C8C8C8. Windows color (decimal): -4207658 or 14076863. OLE color: 14076863.

HSL color Cylindrical-coordinate representation of color #BFCBD6: hue angle of 208.7º degrees, saturation: 0.22, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BFCBD6 is Cyan = 0.11, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB191203214-
CMYK0.110.0500.16
HSL208.7º21.9%79.41%-
HSV(B)208.7º10.75%83.92%-
XYZ54.9858.6472.04-
YUV200.67135.52121.11-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 191 (75% from 255) = 31.41%
GREEN value IS 203 (79.69% from 255) = 33.39%
BLUE value IS 214 (83.98% from 255) = 35.20%
R=31.41%
G=33.39%
B=35.20%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1912032140.110.0500.16208.721.979.41
HexBFCBD6B5010d1164f
Octal27731332613502032126117
Binary101111111100101111010110101110101000011010001101101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFCBD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFCBD6; }

 p { color: rgb(191,203,214); }

 H1.HeaderClassName
 {
   color: #BFCBD6;
 }
 .AnyTagClassName
 {
   color: #BFCBD6;
 }
</style>
background-color css

<style>
 a { background-color: #BFCBD6; }

 a { background-color: rgb(191,203,214); }

 div.DivClassName
 {
   background-color: #BFCBD6;
 }
 .BgClassName
 {
   background-color: #BFCBD6;
 }
</style>
border-color css

<style>
 span { border-color: #BFCBD6; }

 span { border-color: rgb(191,203,214); }

 td.TdClassName
 {
   border-color: #BFCBD6;
 }
 .TagClassName
 {
   border-color: #BFCBD6;
 }
</style>