#B0DFD7

Color #B0DFD7 Ice Cold (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ice Cold #B0DFD7

Tints of Ice Cold #B0DFD7

Color information

#B0DFD7 (or 0xB0DFD7) is unknown color: approx Ice Cold. HEX triplet: B0, DF and D7. RGB value is (176,223,215). Sum of RGB (Red+Green+Blue) = 176+223+215=614 (81% of max value = 765). Red value is 176 (69.14% from 255 or 28.66% from 614); Green value is 223 (87.5% from 255 or 36.32% from 614); Blue value is 215 (84.38% from 255 or 35.02% from 614); Max value from RGB is 223 - color contains mainly: green. Hex color #B0DFD7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0DFD7 is #4F2028. Grayscale: #D0D0D0. Windows color (decimal): -5185577 or 14147504. OLE color: 14147504.

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

Color convert

RGB176223215-
CMYK0.2100.040.13
HSL169.79º42.34%78.24%-
HSV(B)169.79º21.08%87.45%-
XYZ56.5666.9174.22-
YUV208.03131.93105.15-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 28.66%
GREEN value IS 223 (87.5% from 255) = 36.32%
BLUE value IS 215 (84.38% from 255) = 35.02%
R=28.66%
G=36.32%
B=35.02%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1762232150.2100.040.13169.7942.3478.24
HexB0DFD71504Daa2a4e
Octal26033732725041525252116
Binary1011000011011111110101111010101001101101010101010101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0DFD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0DFD7; }

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

 H1.HeaderClassName
 {
   color: #B0DFD7;
 }
 .AnyTagClassName
 {
   color: #B0DFD7;
 }
</style>
background-color css

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

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

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

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

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

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