#BFCBD7

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

Shades of Spindle #BFCBD7

Tints of Spindle #BFCBD7

Color information

#BFCBD7 (or 0xBFCBD7) is unknown color: approx Spindle. HEX triplet: BF, CB and D7. RGB value is (191,203,215). Sum of RGB (Red+Green+Blue) = 191+203+215=609 (80% of max value = 765). Red value is 191 (75% from 255 or 31.36% from 609); Green value is 203 (79.69% from 255 or 33.33% from 609); Blue value is 215 (84.38% from 255 or 35.30% from 609); Max value from RGB is 215 - color contains mainly: blue. Hex color #BFCBD7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFCBD7 is #403428. Grayscale: #C8C8C8. Windows color (decimal): -4207657 or 14142399. OLE color: 14142399.

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

Color convert

RGB191203215-
CMYK0.110.0600.16
HSL210º23.08%79.61%-
HSV(B)210º11.16%84.31%-
XYZ55.1158.6972.71-
YUV200.78136.02121.02-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 31.36%
GREEN value IS 203 (79.69% from 255) = 33.33%
BLUE value IS 215 (84.38% from 255) = 35.30%
R=31.36%
G=33.33%
B=35.30%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1912032150.110.0600.1621023.0879.61
HexBFCBD7B6010d21750
Octal27731332713602032227120
Binary101111111100101111010111101111001000011010010101111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFCBD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFCBD7; }

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

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

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

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

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

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

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

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