Html Css Color HEX #B0E2DB Ice Cold

📋 copy color: '#B0E2DB'

red 176 ◦ green 226 ◦ blue 219

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

Shades of Ice Cold #B0E2DB

Tints of Ice Cold #B0E2DB

RGB

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

 GREEN value IS 226 (88.67% from 255) = 36.39%

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

R = 28.34%
G = 36.39%
B = 35.27%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.03

 K value IS 0.11

RGB Variations

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

Color information

#B0E2DB (or 0xB0E2DB) is known color: Ice Cold. HEX triplet: B0, E2 and DB. RGB value is (176,226,219). Sum of RGB (Red+Green+Blue) = 176+226+219=621 (82% of max value = 765). Red value is 176 (69.14% from 255 or 28.34% from 621); Green value is 226 (88.67% from 255 or 36.39% from 621); Blue value is 219 (85.94% from 255 or 35.27% from 621); Max value from RGB is 226 - color contains mainly: green. Hex color #B0E2DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0E2DB is #4F1D24. Grayscale: #D2D2D2. Windows color (decimal): -5184805 or 14410416. OLE color: 14410416.

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

Color convert

RGB 176 226 219 -
CMYK 0.22 0 0.03 0.11
HSL 171.6º 0.46% 0.79% -
HSV(B) 171.6º 0.22% 0.89% -
XYZ 57.89 68.74 77.23 -
YUV 210.25 132.94 103.57 -
System Red Green Blue C M Y K H S L
Decimal 176 226 219 0.22 0 0.03 0.11 171.6 0.46 0.79
Hex B0 E2 DB 16 0 3 B AC 2E 4F
Octal 260 342 333 26 0 3 13 254 56 117
Binary 10110000 11100010 11011011 10110 0 11 1011 10101100 101110 1001111

Color Harmonies of #B0E2DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0E2DB

Black with #B0E2DB

Text Example


Text Example

White with #B0E2DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0E2DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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