#B2CAD9

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

Shades of Spindle #B2CAD9

Tints of Spindle #B2CAD9

Color information

#B2CAD9 (or 0xB2CAD9) is unknown color: approx Spindle. HEX triplet: B2, CA and D9. RGB value is (178,202,217). Sum of RGB (Red+Green+Blue) = 178+202+217=597 (79% of max value = 765). Red value is 178 (69.92% from 255 or 29.82% from 597); Green value is 202 (79.30% from 255 or 33.84% from 597); Blue value is 217 (85.16% from 255 or 36.35% from 597); Max value from RGB is 217 - color contains mainly: blue. Hex color #B2CAD9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2CAD9 is #4D3526. Grayscale: #C4C4C4. Windows color (decimal): -5059879 or 14273202. OLE color: 14273202.

HSL color Cylindrical-coordinate representation of color #B2CAD9: hue angle of 203.08º degrees, saturation: 0.34, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B2CAD9 is Cyan = 0.18, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB178202217-
CMYK0.180.0700.15
HSL203.08º33.91%77.45%-
HSV(B)203.08º17.97%85.1%-
XYZ52.0156.7273.85-
YUV196.53139.55114.78-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 29.82%
GREEN value IS 202 (79.30% from 255) = 33.84%
BLUE value IS 217 (85.16% from 255) = 36.35%
R=29.82%
G=33.84%
B=36.35%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1782022170.180.0700.15203.0833.9177.45
HexB2CAD91270Fcb224d
Octal26231233122701731342115
Binary1011001011001010110110011001011101111110010111000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2CAD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2CAD9; }

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

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

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

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

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

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

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

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