Html Css Color HEX #B0E2D7 Ice Cold

📋 copy color: '#B0E2D7'

red 176 ◦ green 226 ◦ blue 215

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

Shades of Ice Cold #B0E2D7

Tints of Ice Cold #B0E2D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 34.85%

R = 28.53%
G = 36.63%
B = 34.85%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.05

 K value IS 0.11

RGB Variations

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

Color information

#B0E2D7 (or 0xB0E2D7) is known color: Ice Cold. HEX triplet: B0, E2 and D7. RGB value is (176,226,215). Sum of RGB (Red+Green+Blue) = 176+226+215=617 (81% of max value = 765). Red value is 176 (69.14% from 255 or 28.53% from 617); Green value is 226 (88.67% from 255 or 36.63% from 617); Blue value is 215 (84.38% from 255 or 34.85% from 617); Max value from RGB is 226 - color contains mainly: green. Hex color #B0E2D7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0E2D7 is #4F1D28. Grayscale: #D1D1D1. Windows color (decimal): -5184809 or 14148272. OLE color: 14148272.

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

Color convert

RGB 176 226 215 -
CMYK 0.22 0 0.05 0.11
HSL 166.8º 0.46% 0.79% -
HSV(B) 166.8º 0.22% 0.89% -
XYZ 57.37 68.53 74.49 -
YUV 209.8 130.94 103.89 -
System Red Green Blue C M Y K H S L
Decimal 176 226 215 0.22 0 0.05 0.11 166.8 0.46 0.79
Hex B0 E2 D7 16 0 5 B A7 2E 4F
Octal 260 342 327 26 0 5 13 247 56 117
Binary 10110000 11100010 11010111 10110 0 101 1011 10100111 101110 1001111

Color Harmonies of #B0E2D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0E2D7

Black with #B0E2D7

Text Example


Text Example

White with #B0E2D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0E2D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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