#B6CEDD

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

Shades of Spindle #B6CEDD

Tints of Spindle #B6CEDD

Color information

#B6CEDD (or 0xB6CEDD) is unknown color: approx Spindle. HEX triplet: B6, CE and DD. RGB value is (182,206,221). Sum of RGB (Red+Green+Blue) = 182+206+221=609 (80% of max value = 765). Red value is 182 (71.48% from 255 or 29.89% from 609); Green value is 206 (80.86% from 255 or 33.83% from 609); Blue value is 221 (86.72% from 255 or 36.29% from 609); Max value from RGB is 221 - color contains mainly: blue. Hex color #B6CEDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6CEDD is #493122. Grayscale: #C8C8C8. Windows color (decimal): -4796707 or 14536374. OLE color: 14536374.

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

Color convert

RGB182206221-
CMYK0.180.0700.13
HSL203.08º36.45%79.02%-
HSV(B)203.08º17.65%86.67%-
XYZ54.4159.3176.99-
YUV200.53139.55114.78-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 29.89%
GREEN value IS 206 (80.86% from 255) = 33.83%
BLUE value IS 221 (86.72% from 255) = 36.29%
R=29.89%
G=33.83%
B=36.29%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1822062210.180.0700.13203.0836.4579.02
HexB6CEDD1270Dcb244f
Octal26631633522701531344117
Binary1011011011001110110111011001011101101110010111001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6CEDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6CEDD; }

 p { color: rgb(182,206,221); }

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

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

 a { background-color: rgb(182,206,221); }

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

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

 span { border-color: rgb(182,206,221); }

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