Html Css Color HEX #B0E4D8 Ice Cold

📋 copy color: '#B0E4D8'

red 176 ◦ green 228 ◦ blue 216

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

Shades of Ice Cold #B0E4D8

Tints of Ice Cold #B0E4D8

RGB

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

 GREEN value IS 228 (89.45% from 255) = 36.77%

 BLUE value IS 216 (84.77% from 255) = 34.84%

R = 28.39%
G = 36.77%
B = 34.84%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.05

 K value IS 0.11

RGB Variations

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

Color information

#B0E4D8 (or 0xB0E4D8) is known color: Ice Cold. HEX triplet: B0, E4 and D8. RGB value is (176,228,216). Sum of RGB (Red+Green+Blue) = 176+228+216=620 (82% of max value = 765). Red value is 176 (69.14% from 255 or 28.39% from 620); Green value is 228 (89.45% from 255 or 36.77% from 620); Blue value is 216 (84.77% from 255 or 34.84% from 620); Max value from RGB is 228 - color contains mainly: green. Hex color #B0E4D8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0E4D8 is #4F1B27. Grayscale: #D3D3D3. Windows color (decimal): -5184296 or 14214320. OLE color: 14214320.

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

Color convert

RGB 176 228 216 -
CMYK 0.23 0 0.05 0.11
HSL 166.15º 0.49% 0.79% -
HSV(B) 166.15º 0.23% 0.89% -
XYZ 58.04 69.67 75.36 -
YUV 211.08 130.77 102.98 -
System Red Green Blue C M Y K H S L
Decimal 176 228 216 0.23 0 0.05 0.11 166.15 0.49 0.79
Hex B0 E4 D8 17 0 5 B A6 31 4F
Octal 260 344 330 27 0 5 13 246 61 117
Binary 10110000 11100100 11011000 10111 0 101 1011 10100110 110001 1001111

Color Harmonies of #B0E4D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0E4D8

Black with #B0E4D8

Text Example


Text Example

White with #B0E4D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0E4D8; }

 p { color: rgb(176,228,216); }

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

background-color css

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

 a { background-color: rgb(176,228,216); }

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

border-color css

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

 span { border-color: rgb(176,228,216); }

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