Html Css Color HEX #B2E4D8 Ice Cold

📋 copy color: '#B2E4D8'

red 178 ◦ green 228 ◦ blue 216

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

Shades of Ice Cold #B2E4D8

Tints of Ice Cold #B2E4D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 34.73%

R = 28.62%
G = 36.66%
B = 34.73%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.05

 K value IS 0.11

RGB Variations

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

Color information

#B2E4D8 (or 0xB2E4D8) is known color: Ice Cold. HEX triplet: B2, E4 and D8. RGB value is (178,228,216). Sum of RGB (Red+Green+Blue) = 178+228+216=622 (82% of max value = 765). Red value is 178 (69.92% from 255 or 28.62% from 622); Green value is 228 (89.45% from 255 or 36.66% from 622); Blue value is 216 (84.77% from 255 or 34.73% from 622); Max value from RGB is 228 - color contains mainly: green. Hex color #B2E4D8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2E4D8 is #4D1B27. Grayscale: #D3D3D3. Windows color (decimal): -5053224 or 14214322. OLE color: 14214322.

HSL color Cylindrical-coordinate representation of color #B2E4D8: hue angle of 165.6º 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 #B2E4D8 is Cyan = 0.22, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.11.

Color convert

RGB 178 228 216 -
CMYK 0.22 0 0.05 0.11
HSL 165.6º 0.48% 0.8% -
HSV(B) 165.6º 0.22% 0.89% -
XYZ 58.5 69.91 75.38 -
YUV 211.68 130.44 103.98 -
System Red Green Blue C M Y K H S L
Decimal 178 228 216 0.22 0 0.05 0.11 165.6 0.48 0.8
Hex B2 E4 D8 16 0 5 B A6 30 50
Octal 262 344 330 26 0 5 13 246 60 120
Binary 10110010 11100100 11011000 10110 0 101 1011 10100110 110000 1010000

Color Harmonies of #B2E4D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2E4D8

Black with #B2E4D8

Text Example


Text Example

White with #B2E4D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2E4D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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