Html Css Color HEX #B0E5DE Ice Cold

📋 copy color: '#B0E5DE'

red 176 ◦ green 229 ◦ blue 222

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

Shades of Ice Cold #B0E5DE

Tints of Ice Cold #B0E5DE

RGB

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

 GREEN value IS 229 (89.84% from 255) = 36.52%

 BLUE value IS 222 (87.11% from 255) = 35.41%

R = 28.07%
G = 36.52%
B = 35.41%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.03

 K value IS 0.10

RGB Variations

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

Color information

#B0E5DE (or 0xB0E5DE) is known color: Ice Cold. HEX triplet: B0, E5 and DE. RGB value is (176,229,222). Sum of RGB (Red+Green+Blue) = 176+229+222=627 (83% of max value = 765). Red value is 176 (69.14% from 255 or 28.07% from 627); Green value is 229 (89.84% from 255 or 36.52% from 627); Blue value is 222 (87.11% from 255 or 35.41% from 627); Max value from RGB is 229 - color contains mainly: green. Hex color #B0E5DE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0E5DE is #4F1A21. Grayscale: #D4D4D4. Windows color (decimal): -5184034 or 14607792. OLE color: 14607792.

HSL color Cylindrical-coordinate representation of color #B0E5DE: hue angle of 172.08º degrees, saturation: 0.5, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B0E5DE is Cyan = 0.23, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.10.

Color convert

RGB 176 229 222 -
CMYK 0.23 0 0.03 0.10
HSL 172.08º 0.5% 0.79% -
HSV(B) 172.08º 0.23% 0.9% -
XYZ 59.11 70.54 79.61 -
YUV 212.36 133.44 102.07 -
System Red Green Blue C M Y K H S L
Decimal 176 229 222 0.23 0 0.03 0.10 172.08 0.5 0.79
Hex B0 E5 DE 17 0 3 A AC 32 4F
Octal 260 345 336 27 0 3 12 254 62 117
Binary 10110000 11100101 11011110 10111 0 11 1010 10101100 110010 1001111

Color Harmonies of #B0E5DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0E5DE

Black with #B0E5DE

Text Example


Text Example

White with #B0E5DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0E5DE; }

 p { color: rgb(176,229,222); }

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

background-color css

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

 a { background-color: rgb(176,229,222); }

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

border-color css

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

 span { border-color: rgb(176,229,222); }

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