#B2CCDF

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

Shades of Spindle #B2CCDF

Tints of Spindle #B2CCDF

Color information

#B2CCDF (or 0xB2CCDF) is unknown color: approx Spindle. HEX triplet: B2, CC and DF. RGB value is (178,204,223). Sum of RGB (Red+Green+Blue) = 178+204+223=605 (80% of max value = 765). Red value is 178 (69.92% from 255 or 29.42% from 605); Green value is 204 (80.08% from 255 or 33.72% from 605); Blue value is 223 (87.5% from 255 or 36.86% from 605); Max value from RGB is 223 - color contains mainly: blue. Hex color #B2CCDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2CCDF is #4D3320. Grayscale: #C6C6C6. Windows color (decimal): -5059361 or 14666930. OLE color: 14666930.

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

Color convert

RGB178204223-
CMYK0.200.0900.13
HSL205.33º41.28%78.63%-
HSV(B)205.33º20.18%87.45%-
XYZ53.2757.9878.2-
YUV198.39141.89113.46-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 29.42%
GREEN value IS 204 (80.08% from 255) = 33.72%
BLUE value IS 223 (87.5% from 255) = 36.86%
R=29.42%
G=33.72%
B=36.86%

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
Decimal1782042230.200.0900.13205.3341.2878.63
HexB2CCDF1490Dcd294f
Octal262314337241101531551117
Binary10110010110011001101111110100100101101110011011010011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2CCDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2CCDF; }

 p { color: rgb(178,204,223); }

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

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

 a { background-color: rgb(178,204,223); }

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

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

 span { border-color: rgb(178,204,223); }

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