#B1BCCA

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

Shades of Spindle #B1BCCA

Tints of Spindle #B1BCCA

Color information

#B1BCCA (or 0xB1BCCA) is unknown color: approx Spindle. HEX triplet: B1, BC and CA. RGB value is (177,188,202). Sum of RGB (Red+Green+Blue) = 177+188+202=567 (75% of max value = 765). Red value is 177 (69.53% from 255 or 31.22% from 567); Green value is 188 (73.83% from 255 or 33.16% from 567); Blue value is 202 (79.30% from 255 or 35.63% from 567); Max value from RGB is 202 - color contains mainly: blue. Hex color #B1BCCA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1BCCA is #4E4335. Grayscale: #BABABA. Windows color (decimal): -5129014 or 13286577. OLE color: 13286577.

HSL color Cylindrical-coordinate representation of color #B1BCCA: hue angle of 213.6º 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 #B1BCCA is Cyan = 0.12, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB177188202-
CMYK0.120.0700.21
HSL213.6º19.08%74.31%-
HSV(B)213.6º12.38%79.22%-
XYZ46.7849.5862.98-
YUV186.31136.86121.36-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 31.22%
GREEN value IS 188 (73.83% from 255) = 33.16%
BLUE value IS 202 (79.30% from 255) = 35.63%
R=31.22%
G=33.16%
B=35.63%

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
Decimal1771882020.120.0700.21213.619.0874.31
HexB1BCCAC7015d6134a
Octal26127431214702532623112
Binary101100011011110011001010110011101010111010110100111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1BCCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1BCCA; }

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

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

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

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

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

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

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

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