Html Css Color HEX #B0E9D9 Ice Cold

📋 copy color: '#B0E9D9'

red 176 ◦ green 233 ◦ blue 217

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

Shades of Ice Cold #B0E9D9

Tints of Ice Cold #B0E9D9

RGB

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

 GREEN value IS 233 (91.41% from 255) = 37.22%

 BLUE value IS 217 (85.16% from 255) = 34.66%

R = 28.12%
G = 37.22%
B = 34.66%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.07

 K value IS 0.09

RGB Variations

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

Color information

#B0E9D9 (or 0xB0E9D9) is known color: Ice Cold. HEX triplet: B0, E9 and D9. RGB value is (176,233,217). Sum of RGB (Red+Green+Blue) = 176+233+217=626 (82% of max value = 765). Red value is 176 (69.14% from 255 or 28.12% from 626); Green value is 233 (91.41% from 255 or 37.22% from 626); Blue value is 217 (85.16% from 255 or 34.66% from 626); Max value from RGB is 233 - color contains mainly: green. Hex color #B0E9D9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B0E9D9 is #4F1626. Grayscale: #D6D6D6. Windows color (decimal): -5183015 or 14281136. OLE color: 14281136.

HSL color Cylindrical-coordinate representation of color #B0E9D9: hue angle of 163.16º degrees, saturation: 0.56, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B0E9D9 is Cyan = 0.24, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.09.

Color convert

RGB 176 233 217 -
CMYK 0.24 0 0.07 0.09
HSL 163.16º 0.56% 0.8% -
HSV(B) 163.16º 0.24% 0.91% -
XYZ 59.57 72.52 76.5 -
YUV 214.13 129.62 100.8 -
System Red Green Blue C M Y K H S L
Decimal 176 233 217 0.24 0 0.07 0.09 163.16 0.56 0.8
Hex B0 E9 D9 18 0 7 9 A3 38 50
Octal 260 351 331 30 0 7 11 243 70 120
Binary 10110000 11101001 11011001 11000 0 111 1001 10100011 111000 1010000

Color Harmonies of #B0E9D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0E9D9

Black with #B0E9D9

Text Example


Text Example

White with #B0E9D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0E9D9; }

 p { color: rgb(176,233,217); }

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

background-color css

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

 a { background-color: rgb(176,233,217); }

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

border-color css

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

 span { border-color: rgb(176,233,217); }

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