#B8BFCB

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

Shades of Spindle #B8BFCB

Tints of Spindle #B8BFCB

Color information

#B8BFCB (or 0xB8BFCB) is unknown color: approx Spindle. HEX triplet: B8, BF and CB. RGB value is (184,191,203). Sum of RGB (Red+Green+Blue) = 184+191+203=578 (76% of max value = 765). Red value is 184 (72.27% from 255 or 31.83% from 578); Green value is 191 (75% from 255 or 33.04% from 578); Blue value is 203 (79.69% from 255 or 35.12% from 578); Max value from RGB is 203 - color contains mainly: blue. Hex color #B8BFCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8BFCB is #474034. Grayscale: #BEBEBE. Windows color (decimal): -4669493 or 13352888. OLE color: 13352888.

HSL color Cylindrical-coordinate representation of color #B8BFCB: hue angle of 217.89º degrees, saturation: 0.15, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #B8BFCB is Cyan = 0.09, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB184191203-
CMYK0.090.0600.20
HSL217.89º15.45%75.88%-
HSV(B)217.89º9.36%79.61%-
XYZ49.1851.7663.9-
YUV190.27135.18123.52-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 31.83%
GREEN value IS 191 (75% from 255) = 33.04%
BLUE value IS 203 (79.69% from 255) = 35.12%
R=31.83%
G=33.04%
B=35.12%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1841912030.090.0600.20217.8915.4575.88
HexB8BFCB96014daf4c
Octal27027731311602433217114
Binary10111000101111111100101110011100101001101101011111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8BFCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8BFCB; }

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

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

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

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

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

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

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

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