#B6E0DD

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

Shades of Ice Cold #B6E0DD

Tints of Ice Cold #B6E0DD

Color information

#B6E0DD (or 0xB6E0DD) is unknown color: approx Ice Cold. HEX triplet: B6, E0 and DD. RGB value is (182,224,221). Sum of RGB (Red+Green+Blue) = 182+224+221=627 (83% of max value = 765). Red value is 182 (71.48% from 255 or 29.03% from 627); Green value is 224 (87.89% from 255 or 35.73% from 627); Blue value is 221 (86.72% from 255 or 35.25% from 627); Max value from RGB is 224 - color contains mainly: green. Hex color #B6E0DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6E0DD is #491F22. Grayscale: #D3D3D3. Windows color (decimal): -4792099 or 14540982. OLE color: 14540982.

HSL color Cylindrical-coordinate representation of color #B6E0DD: hue angle of 175.71º degrees, saturation: 0.4, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B6E0DD is Cyan = 0.19, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.12.

Color convert

RGB182224221-
CMYK0.1900.010.12
HSL175.71º40.38%79.61%-
HSV(B)175.71º18.75%87.84%-
XYZ5968.4878.51-
YUV211.1133.59107.24-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 29.03%
GREEN value IS 224 (87.89% from 255) = 35.73%
BLUE value IS 221 (86.72% from 255) = 35.25%
R=29.03%
G=35.73%
B=35.25%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1822242210.1900.010.12175.7140.3879.61
HexB6E0DD1301Cb02850
Octal26634033523011426050120
Binary10110110111000001101110110011011100101100001010001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6E0DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6E0DD; }

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

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

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

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

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

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

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

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