#BFCBD0

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

Shades of Spindle #BFCBD0

Tints of Spindle #BFCBD0

Color information

#BFCBD0 (or 0xBFCBD0) is unknown color: approx Spindle. HEX triplet: BF, CB and D0. RGB value is (191,203,208). Sum of RGB (Red+Green+Blue) = 191+203+208=602 (79% of max value = 765). Red value is 191 (75% from 255 or 31.73% from 602); Green value is 203 (79.69% from 255 or 33.72% from 602); Blue value is 208 (81.64% from 255 or 34.55% from 602); Max value from RGB is 208 - color contains mainly: blue. Hex color #BFCBD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFCBD0 is #40342F. Grayscale: #C7C7C7. Windows color (decimal): -4207664 or 13683647. OLE color: 13683647.

HSL color Cylindrical-coordinate representation of color #BFCBD0: hue angle of 197.65º degrees, saturation: 0.15, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #BFCBD0 is Cyan = 0.08, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB191203208-
CMYK0.080.0200.18
HSL197.65º15.32%78.24%-
HSV(B)197.65º8.17%81.57%-
XYZ54.2358.3468.08-
YUV199.98132.52121.59-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 31.73%
GREEN value IS 203 (79.69% from 255) = 33.72%
BLUE value IS 208 (81.64% from 255) = 34.55%
R=31.73%
G=33.72%
B=34.55%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1912032080.080.0200.18197.6515.3278.24
HexBFCBD082012c6f4e
Octal27731332010202230617116
Binary1011111111001011110100001000100100101100011011111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFCBD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFCBD0; }

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

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

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

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

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

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

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

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