#B4BFCB

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

Shades of Spindle #B4BFCB

Tints of Spindle #B4BFCB

Color information

#B4BFCB (or 0xB4BFCB) is unknown color: approx Spindle. HEX triplet: B4, BF and CB. RGB value is (180,191,203). Sum of RGB (Red+Green+Blue) = 180+191+203=574 (76% of max value = 765). Red value is 180 (70.70% from 255 or 31.36% from 574); Green value is 191 (75% from 255 or 33.28% from 574); Blue value is 203 (79.69% from 255 or 35.37% from 574); Max value from RGB is 203 - color contains mainly: blue. Hex color #B4BFCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4BFCB is #4B4034. Grayscale: #BDBDBD. Windows color (decimal): -4931637 or 13352884. OLE color: 13352884.

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

Color convert

RGB180191203-
CMYK0.110.0600.20
HSL211.3º18.11%75.1%-
HSV(B)211.3º11.33%79.61%-
XYZ48.2351.2863.86-
YUV189.08135.86121.52-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 31.36%
GREEN value IS 191 (75% from 255) = 33.28%
BLUE value IS 203 (79.69% from 255) = 35.37%
R=31.36%
G=33.28%
B=35.37%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1801912030.110.0600.20211.318.1175.1
HexB4BFCBB6014d3124b
Octal26427731313602432322113
Binary101101001011111111001011101111001010011010011100101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4BFCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4BFCB; }

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

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

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

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

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

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

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

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