#B1BBCA

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

Shades of Spindle #B1BBCA

Tints of Spindle #B1BBCA

Color information

#B1BBCA (or 0xB1BBCA) is unknown color: approx Spindle. HEX triplet: B1, BB and CA. RGB value is (177,187,202). Sum of RGB (Red+Green+Blue) = 177+187+202=566 (74% of max value = 765). Red value is 177 (69.53% from 255 or 31.27% from 566); Green value is 187 (73.44% from 255 or 33.04% from 566); Blue value is 202 (79.30% from 255 or 35.69% from 566); Max value from RGB is 202 - color contains mainly: blue. Hex color #B1BBCA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1BBCA is #4E4435. Grayscale: #B9B9B9. Windows color (decimal): -5129270 or 13286321. OLE color: 13286321.

HSL color Cylindrical-coordinate representation of color #B1BBCA: hue angle of 216º degrees, saturation: 0.19, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B1BBCA is Cyan = 0.12, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB177187202-
CMYK0.120.0700.21
HSL216º19.08%74.31%-
HSV(B)216º12.38%79.22%-
XYZ46.5649.1562.91-
YUV185.72137.19121.78-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 31.27%
GREEN value IS 187 (73.44% from 255) = 33.04%
BLUE value IS 202 (79.30% from 255) = 35.69%
R=31.27%
G=33.04%
B=35.69%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1771872020.120.0700.2121619.0874.31
HexB1BBCAC7015d8134a
Octal26127331214702533023112
Binary101100011011101111001010110011101010111011000100111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1BBCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1BBCA; }

 p { color: rgb(177,187,202); }

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

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

 a { background-color: rgb(177,187,202); }

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

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

 span { border-color: rgb(177,187,202); }

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