#B2BCCA

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

Shades of Spindle #B2BCCA

Tints of Spindle #B2BCCA

Color information

#B2BCCA (or 0xB2BCCA) is unknown color: approx Spindle. HEX triplet: B2, BC and CA. RGB value is (178,188,202). Sum of RGB (Red+Green+Blue) = 178+188+202=568 (75% of max value = 765). Red value is 178 (69.92% from 255 or 31.34% from 568); Green value is 188 (73.83% from 255 or 33.10% from 568); Blue value is 202 (79.30% from 255 or 35.56% from 568); Max value from RGB is 202 - color contains mainly: blue. Hex color #B2BCCA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2BCCA is #4D4335. Grayscale: #BABABA. Windows color (decimal): -5063478 or 13286578. OLE color: 13286578.

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

Color convert

RGB178188202-
CMYK0.120.0700.21
HSL215º18.46%74.51%-
HSV(B)215º11.88%79.22%-
XYZ4749.762.99-
YUV186.61136.69121.86-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 31.34%
GREEN value IS 188 (73.83% from 255) = 33.10%
BLUE value IS 202 (79.30% from 255) = 35.56%
R=31.34%
G=33.10%
B=35.56%

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
Decimal1781882020.120.0700.2121518.4674.51
HexB2BCCAC7015d7124b
Octal26227431214702532722113
Binary101100101011110011001010110011101010111010111100101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2BCCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2BCCA; }

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

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

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

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

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

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

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

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