#B0DFD5

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

Shades of Ice Cold #B0DFD5

Tints of Ice Cold #B0DFD5

Color information

#B0DFD5 (or 0xB0DFD5) is unknown color: approx Ice Cold. HEX triplet: B0, DF and D5. RGB value is (176,223,213). Sum of RGB (Red+Green+Blue) = 176+223+213=612 (81% of max value = 765). Red value is 176 (69.14% from 255 or 28.76% from 612); Green value is 223 (87.5% from 255 or 36.44% from 612); Blue value is 213 (83.59% from 255 or 34.80% from 612); Max value from RGB is 223 - color contains mainly: green. Hex color #B0DFD5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0DFD5 is #4F202A. Grayscale: #CFCFCF. Windows color (decimal): -5185579 or 14016432. OLE color: 14016432.

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

Color convert

RGB176223213-
CMYK0.2100.040.13
HSL167.23º42.34%78.24%-
HSV(B)167.23º21.08%87.45%-
XYZ56.366.8172.88-
YUV207.81130.93105.31-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 28.76%
GREEN value IS 223 (87.5% from 255) = 36.44%
BLUE value IS 213 (83.59% from 255) = 34.80%
R=28.76%
G=36.44%
B=34.80%

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
Decimal1762232130.2100.040.13167.2342.3478.24
HexB0DFD51504Da72a4e
Octal26033732525041524752116
Binary1011000011011111110101011010101001101101001111010101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0DFD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0DFD5; }

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

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

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

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

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

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

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

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