Html Css Color HEX #B0E8DA Ice Cold

📋 copy color: '#B0E8DA'

red 176 ◦ green 232 ◦ blue 218

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

Shades of Ice Cold #B0E8DA

Tints of Ice Cold #B0E8DA

RGB

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

 GREEN value IS 232 (91.02% from 255) = 37.06%

 BLUE value IS 218 (85.55% from 255) = 34.82%

R = 28.12%
G = 37.06%
B = 34.82%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.06

 K value IS 0.09

RGB Variations

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

Color information

#B0E8DA (or 0xB0E8DA) is known color: Ice Cold. HEX triplet: B0, E8 and DA. RGB value is (176,232,218). Sum of RGB (Red+Green+Blue) = 176+232+218=626 (82% of max value = 765). Red value is 176 (69.14% from 255 or 28.12% from 626); Green value is 232 (91.02% from 255 or 37.06% from 626); Blue value is 218 (85.55% from 255 or 34.82% from 626); Max value from RGB is 232 - color contains mainly: green. Hex color #B0E8DA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B0E8DA is #4F1725. Grayscale: #D5D5D5. Windows color (decimal): -5183270 or 14346416. OLE color: 14346416.

HSL color Cylindrical-coordinate representation of color #B0E8DA: hue angle of 165º degrees, saturation: 0.55, 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 #B0E8DA is Cyan = 0.24, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.09.

Color convert

RGB 176 232 218 -
CMYK 0.24 0 0.06 0.09
HSL 165º 0.55% 0.8% -
HSV(B) 165º 0.24% 0.91% -
XYZ 59.42 72.01 77.1 -
YUV 213.66 130.45 101.14 -
System Red Green Blue C M Y K H S L
Decimal 176 232 218 0.24 0 0.06 0.09 165 0.55 0.8
Hex B0 E8 DA 18 0 6 9 A5 37 50
Octal 260 350 332 30 0 6 11 245 67 120
Binary 10110000 11101000 11011010 11000 0 110 1001 10100101 110111 1010000

Color Harmonies of #B0E8DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0E8DA

Black with #B0E8DA

Text Example


Text Example

White with #B0E8DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0E8DA; }

 p { color: rgb(176,232,218); }

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

background-color css

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

 a { background-color: rgb(176,232,218); }

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

border-color css

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

 span { border-color: rgb(176,232,218); }

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