#B2BFCB

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

Shades of Spindle #B2BFCB

Tints of Spindle #B2BFCB

Color information

#B2BFCB (or 0xB2BFCB) is unknown color: approx Spindle. HEX triplet: B2, BF and CB. RGB value is (178,191,203). Sum of RGB (Red+Green+Blue) = 178+191+203=572 (75% of max value = 765). Red value is 178 (69.92% from 255 or 31.12% from 572); Green value is 191 (75% from 255 or 33.39% from 572); Blue value is 203 (79.69% from 255 or 35.49% from 572); Max value from RGB is 203 - color contains mainly: blue. Hex color #B2BFCB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2BFCB is #4D4034. Grayscale: #BCBCBC. Windows color (decimal): -5062709 or 13352882. OLE color: 13352882.

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

Color convert

RGB178191203-
CMYK0.120.0600.20
HSL208.8º19.38%74.71%-
HSV(B)208.8º12.32%79.61%-
XYZ47.7751.0463.83-
YUV188.48136.19120.52-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 31.12%
GREEN value IS 191 (75% from 255) = 33.39%
BLUE value IS 203 (79.69% from 255) = 35.49%
R=31.12%
G=33.39%
B=35.49%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1781912030.120.0600.20208.819.3874.71
HexB2BFCBC6014d1134b
Octal26227731314602432123113
Binary101100101011111111001011110011001010011010001100111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2BFCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2BFCB; }

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

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

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

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

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

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

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

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