#B6CEDC

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

Shades of Spindle #B6CEDC

Tints of Spindle #B6CEDC

Color information

#B6CEDC (or 0xB6CEDC) is unknown color: approx Spindle. HEX triplet: B6, CE and DC. RGB value is (182,206,220). Sum of RGB (Red+Green+Blue) = 182+206+220=608 (80% of max value = 765). Red value is 182 (71.48% from 255 or 29.93% from 608); Green value is 206 (80.86% from 255 or 33.88% from 608); Blue value is 220 (86.33% from 255 or 36.18% from 608); Max value from RGB is 220 - color contains mainly: blue. Hex color #B6CEDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6CEDC is #493123. Grayscale: #C8C8C8. Windows color (decimal): -4796708 or 14470838. OLE color: 14470838.

HSL color Cylindrical-coordinate representation of color #B6CEDC: hue angle of 202.11º degrees, saturation: 0.35, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B6CEDC is Cyan = 0.17, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB182206220-
CMYK0.170.0600.14
HSL202.11º35.19%78.82%-
HSV(B)202.11º17.27%86.27%-
XYZ54.2859.2676.29-
YUV200.42139.05114.86-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 29.93%
GREEN value IS 206 (80.86% from 255) = 33.88%
BLUE value IS 220 (86.33% from 255) = 36.18%
R=29.93%
G=33.88%
B=36.18%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1822062200.170.0600.14202.1135.1978.82
HexB6CEDC1160Eca234f
Octal26631633421601631243117
Binary1011011011001110110111001000111001110110010101000111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6CEDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6CEDC; }

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

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

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

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

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

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

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

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