Html Css Color HEX #B0DED2 Ice Cold

📋 copy color: '#B0DED2'

red 176 ◦ green 222 ◦ blue 210

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

Shades of Ice Cold #B0DED2

Tints of Ice Cold #B0DED2

RGB

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

 GREEN value IS 222 (87.11% from 255) = 36.51%

 BLUE value IS 210 (82.42% from 255) = 34.54%

R = 28.95%
G = 36.51%
B = 34.54%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.05

 K value IS 0.13

RGB Variations

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

Color information

#B0DED2 (or 0xB0DED2) is known color: Ice Cold. HEX triplet: B0, DE and D2. RGB value is (176,222,210). Sum of RGB (Red+Green+Blue) = 176+222+210=608 (80% of max value = 765). Red value is 176 (69.14% from 255 or 28.95% from 608); Green value is 222 (87.11% from 255 or 36.51% from 608); Blue value is 210 (82.42% from 255 or 34.54% from 608); Max value from RGB is 222 - color contains mainly: green. Hex color #B0DED2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0DED2 is #4F212D. Grayscale: #CECECE. Windows color (decimal): -5185838 or 13819568. OLE color: 13819568.

HSL color Cylindrical-coordinate representation of color #B0DED2: hue angle of 164.35º degrees, saturation: 0.41, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B0DED2 is Cyan = 0.21, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.13.

Color convert

RGB 176 222 210 -
CMYK 0.21 0 0.05 0.13
HSL 164.35º 0.41% 0.78% -
HSV(B) 164.35º 0.21% 0.87% -
XYZ 55.66 66.13 70.8 -
YUV 206.88 129.76 105.98 -
System Red Green Blue C M Y K H S L
Decimal 176 222 210 0.21 0 0.05 0.13 164.35 0.41 0.78
Hex B0 DE D2 15 0 5 D A4 29 4E
Octal 260 336 322 25 0 5 15 244 51 116
Binary 10110000 11011110 11010010 10101 0 101 1101 10100100 101001 1001110

Color Harmonies of #B0DED2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0DED2

Black with #B0DED2

Text Example


Text Example

White with #B0DED2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0DED2; }

 p { color: rgb(176,222,210); }

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

background-color css

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

 a { background-color: rgb(176,222,210); }

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

border-color css

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

 span { border-color: rgb(176,222,210); }

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