Html Css Color HEX #B0DED3 Ice Cold

📋 copy color: '#B0DED3'

red 176 ◦ green 222 ◦ blue 211

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

Shades of Ice Cold #B0DED3

Tints of Ice Cold #B0DED3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 34.65%

R = 28.9%
G = 36.45%
B = 34.65%

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

#B0DED3 (or 0xB0DED3) is known color: Ice Cold. HEX triplet: B0, DE and D3. RGB value is (176,222,211). Sum of RGB (Red+Green+Blue) = 176+222+211=609 (80% of max value = 765). Red value is 176 (69.14% from 255 or 28.90% from 609); Green value is 222 (87.11% from 255 or 36.45% from 609); Blue value is 211 (82.81% from 255 or 34.65% from 609); Max value from RGB is 222 - color contains mainly: green. Hex color #B0DED3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0DED3 is #4F212C. Grayscale: #CECECE. Windows color (decimal): -5185837 or 13885104. OLE color: 13885104.

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

Color convert

RGB 176 222 211 -
CMYK 0.21 0 0.05 0.13
HSL 165.65º 0.41% 0.78% -
HSV(B) 165.65º 0.21% 0.87% -
XYZ 55.78 66.18 71.46 -
YUV 206.99 130.26 105.89 -
System Red Green Blue C M Y K H S L
Decimal 176 222 211 0.21 0 0.05 0.13 165.65 0.41 0.78
Hex B0 DE D3 15 0 5 D A6 29 4E
Octal 260 336 323 25 0 5 15 246 51 116
Binary 10110000 11011110 11010011 10101 0 101 1101 10100110 101001 1001110

Color Harmonies of #B0DED3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0DED3

Black with #B0DED3

Text Example


Text Example

White with #B0DED3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0DED3; }

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

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

background-color css

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

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

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

border-color css

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

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

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