#B4C1CB

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

Shades of Spindle #B4C1CB

Tints of Spindle #B4C1CB

Color information

#B4C1CB (or 0xB4C1CB) is unknown color: approx Spindle. HEX triplet: B4, C1 and CB. RGB value is (180,193,203). Sum of RGB (Red+Green+Blue) = 180+193+203=576 (76% of max value = 765). Red value is 180 (70.70% from 255 or 31.25% from 576); Green value is 193 (75.78% from 255 or 33.51% from 576); Blue value is 203 (79.69% from 255 or 35.24% from 576); Max value from RGB is 203 - color contains mainly: blue. Hex color #B4C1CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4C1CB is #4B3E34. Grayscale: #BEBEBE. Windows color (decimal): -4931125 or 13353396. OLE color: 13353396.

HSL color Cylindrical-coordinate representation of color #B4C1CB: hue angle of 206.09º 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 #B4C1CB is Cyan = 0.11, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB180193203-
CMYK0.110.0500.20
HSL206.09º18.11%75.1%-
HSV(B)206.09º11.33%79.61%-
XYZ48.6752.1664-
YUV190.25135.19120.69-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 31.25%
GREEN value IS 193 (75.78% from 255) = 33.51%
BLUE value IS 203 (79.69% from 255) = 35.24%
R=31.25%
G=33.51%
B=35.24%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1801932030.110.0500.20206.0918.1175.1
HexB4C1CBB5014ce124b
Octal26430131313502431622113
Binary101101001100000111001011101110101010011001110100101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4C1CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4C1CB; }

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

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

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

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

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

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

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

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