Html Css Color HEX #B0E5D9 Ice Cold

📋 copy color: '#B0E5D9'

red 176 ◦ green 229 ◦ blue 217

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

Shades of Ice Cold #B0E5D9

Tints of Ice Cold #B0E5D9

RGB

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

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

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

R = 28.3%
G = 36.82%
B = 34.89%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.05

 K value IS 0.10

RGB Variations

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

Color information

#B0E5D9 (or 0xB0E5D9) is known color: Ice Cold. HEX triplet: B0, E5 and D9. RGB value is (176,229,217). Sum of RGB (Red+Green+Blue) = 176+229+217=622 (82% of max value = 765). Red value is 176 (69.14% from 255 or 28.30% from 622); Green value is 229 (89.84% from 255 or 36.82% from 622); Blue value is 217 (85.16% from 255 or 34.89% from 622); Max value from RGB is 229 - color contains mainly: green. Hex color #B0E5D9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0E5D9 is #4F1A26. Grayscale: #D3D3D3. Windows color (decimal): -5184039 or 14280112. OLE color: 14280112.

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

Color convert

RGB 176 229 217 -
CMYK 0.23 0 0.05 0.10
HSL 166.42º 0.5% 0.79% -
HSV(B) 166.42º 0.23% 0.9% -
XYZ 58.45 70.28 76.13 -
YUV 211.79 130.94 102.48 -
System Red Green Blue C M Y K H S L
Decimal 176 229 217 0.23 0 0.05 0.10 166.42 0.5 0.79
Hex B0 E5 D9 17 0 5 A A6 32 4F
Octal 260 345 331 27 0 5 12 246 62 117
Binary 10110000 11100101 11011001 10111 0 101 1010 10100110 110010 1001111

Color Harmonies of #B0E5D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0E5D9

Black with #B0E5D9

Text Example


Text Example

White with #B0E5D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0E5D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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