#B4C1CF

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

Shades of Spindle #B4C1CF

Tints of Spindle #B4C1CF

Color information

#B4C1CF (or 0xB4C1CF) is unknown color: approx Spindle. HEX triplet: B4, C1 and CF. RGB value is (180,193,207). Sum of RGB (Red+Green+Blue) = 180+193+207=580 (76% of max value = 765). Red value is 180 (70.70% from 255 or 31.03% from 580); Green value is 193 (75.78% from 255 or 33.28% from 580); Blue value is 207 (81.25% from 255 or 35.69% from 580); Max value from RGB is 207 - color contains mainly: blue. Hex color #B4C1CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4C1CF is #4B3E30. Grayscale: #BEBEBE. Windows color (decimal): -4931121 or 13615540. OLE color: 13615540.

HSL color Cylindrical-coordinate representation of color #B4C1CF: hue angle of 211.11º degrees, saturation: 0.22, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B4C1CF is Cyan = 0.13, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB180193207-
CMYK0.130.0700.19
HSL211.11º21.95%75.88%-
HSV(B)211.11º13.04%81.18%-
XYZ49.1552.3566.54-
YUV190.71137.19120.36-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 31.03%
GREEN value IS 193 (75.78% from 255) = 33.28%
BLUE value IS 207 (81.25% from 255) = 35.69%
R=31.03%
G=33.28%
B=35.69%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1801932070.130.0700.19211.1121.9575.88
HexB4C1CFD7013d3164c
Octal26430131715702332326114
Binary101101001100000111001111110111101001111010011101101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4C1CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4C1CF; }

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

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

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

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

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

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

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

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