Html Css Color HEX #B0E4DB Ice Cold

📋 copy color: '#B0E4DB'

red 176 ◦ green 228 ◦ blue 219

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

Shades of Ice Cold #B0E4DB

Tints of Ice Cold #B0E4DB

RGB

 RED value IS 176 (69.14% from 255) = 28.25%

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

 BLUE value IS 219 (85.94% from 255) = 35.15%

R = 28.25%
G = 36.6%
B = 35.15%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.04

 K value IS 0.11

RGB Variations

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

Color information

#B0E4DB (or 0xB0E4DB) is known color: Ice Cold. HEX triplet: B0, E4 and DB. RGB value is (176,228,219). Sum of RGB (Red+Green+Blue) = 176+228+219=623 (82% of max value = 765). Red value is 176 (69.14% from 255 or 28.25% from 623); Green value is 228 (89.45% from 255 or 36.60% from 623); Blue value is 219 (85.94% from 255 or 35.15% from 623); Max value from RGB is 228 - color contains mainly: green. Hex color #B0E4DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0E4DB is #4F1B24. Grayscale: #D3D3D3. Windows color (decimal): -5184293 or 14410928. OLE color: 14410928.

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

Color convert

RGB 176 228 219 -
CMYK 0.23 0 0.04 0.11
HSL 169.62º 0.49% 0.79% -
HSV(B) 169.62º 0.23% 0.89% -
XYZ 58.43 69.83 77.42 -
YUV 211.43 132.27 102.73 -
System Red Green Blue C M Y K H S L
Decimal 176 228 219 0.23 0 0.04 0.11 169.62 0.49 0.79
Hex B0 E4 DB 17 0 4 B AA 31 4F
Octal 260 344 333 27 0 4 13 252 61 117
Binary 10110000 11100100 11011011 10111 0 100 1011 10101010 110001 1001111

Color Harmonies of #B0E4DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0E4DB

Black with #B0E4DB

Text Example


Text Example

White with #B0E4DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0E4DB; }

 p { color: rgb(176,228,219); }

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

background-color css

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

 a { background-color: rgb(176,228,219); }

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

border-color css

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

 span { border-color: rgb(176,228,219); }

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