#B2CADE

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

Shades of Spindle #B2CADE

Tints of Spindle #B2CADE

Color information

#B2CADE (or 0xB2CADE) is unknown color: approx Spindle. HEX triplet: B2, CA and DE. RGB value is (178,202,222). Sum of RGB (Red+Green+Blue) = 178+202+222=602 (79% of max value = 765). Red value is 178 (69.92% from 255 or 29.57% from 602); Green value is 202 (79.30% from 255 or 33.55% from 602); Blue value is 222 (87.11% from 255 or 36.88% from 602); Max value from RGB is 222 - color contains mainly: blue. Hex color #B2CADE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2CADE is #4D3521. Grayscale: #C5C5C5. Windows color (decimal): -5059874 or 14600882. OLE color: 14600882.

HSL color Cylindrical-coordinate representation of color #B2CADE: hue angle of 207.27º degrees, saturation: 0.4, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B2CADE is Cyan = 0.20, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB178202222-
CMYK0.200.0900.13
HSL207.27º40%78.43%-
HSV(B)207.27º19.82%87.06%-
XYZ52.6756.9877.33-
YUV197.1142.05114.37-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 29.57%
GREEN value IS 202 (79.30% from 255) = 33.55%
BLUE value IS 222 (87.11% from 255) = 36.88%
R=29.57%
G=33.55%
B=36.88%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1782022220.200.0900.13207.274078.43
HexB2CADE1490Dcf284e
Octal262312336241101531750116
Binary10110010110010101101111010100100101101110011111010001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2CADE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2CADE; }

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

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

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

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

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

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

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

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