Html Css Color HEX #B2E4DC Ice Cold

📋 copy color: '#B2E4DC'

red 178 ◦ green 228 ◦ blue 220

#B2E4DC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ice Cold #B2E4DC

Tints of Ice Cold #B2E4DC

RGB

 RED value IS 178 (69.92% from 255) = 28.43%

 GREEN value IS 228 (89.45% from 255) = 36.42%

 BLUE value IS 220 (86.33% from 255) = 35.14%

R = 28.43%
G = 36.42%
B = 35.14%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.04

 K value IS 0.11

RGB Variations

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

Color information

#B2E4DC (or 0xB2E4DC) is known color: Ice Cold. HEX triplet: B2, E4 and DC. RGB value is (178,228,220). Sum of RGB (Red+Green+Blue) = 178+228+220=626 (82% of max value = 765). Red value is 178 (69.92% from 255 or 28.43% from 626); Green value is 228 (89.45% from 255 or 36.42% from 626); Blue value is 220 (86.33% from 255 or 35.14% from 626); Max value from RGB is 228 - color contains mainly: green. Hex color #B2E4DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2E4DC is #4D1B23. Grayscale: #D4D4D4. Windows color (decimal): -5053220 or 14476466. OLE color: 14476466.

HSL color Cylindrical-coordinate representation of color #B2E4DC: hue angle of 170.4º degrees, saturation: 0.48, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B2E4DC is Cyan = 0.22, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.11.

Color convert

RGB 178 228 220 -
CMYK 0.22 0 0.04 0.11
HSL 170.4º 0.48% 0.8% -
HSV(B) 170.4º 0.22% 0.89% -
XYZ 59.02 70.12 78.13 -
YUV 212.14 132.44 103.65 -
System Red Green Blue C M Y K H S L
Decimal 178 228 220 0.22 0 0.04 0.11 170.4 0.48 0.8
Hex B2 E4 DC 16 0 4 B AA 30 50
Octal 262 344 334 26 0 4 13 252 60 120
Binary 10110010 11100100 11011100 10110 0 100 1011 10101010 110000 1010000

Color Harmonies of #B2E4DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2E4DC

Black with #B2E4DC

Text Example


Text Example

White with #B2E4DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2E4DC; }

 p { color: rgb(178,228,220); }

 H1.HeaderClassName
 {
   color: #B2E4DC;
 }
 .AnyTagClassName
 {
   color: #B2E4DC;
 }
</style>

background-color css

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

 a { background-color: rgb(178,228,220); }

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

border-color css

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

 span { border-color: rgb(178,228,220); }

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