#B0DFD6

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

Shades of Ice Cold #B0DFD6

Tints of Ice Cold #B0DFD6

Color information

#B0DFD6 (or 0xB0DFD6) is unknown color: approx Ice Cold. HEX triplet: B0, DF and D6. RGB value is (176,223,214). Sum of RGB (Red+Green+Blue) = 176+223+214=613 (81% of max value = 765). Red value is 176 (69.14% from 255 or 28.71% from 613); Green value is 223 (87.5% from 255 or 36.38% from 613); Blue value is 214 (83.98% from 255 or 34.91% from 613); Max value from RGB is 223 - color contains mainly: green. Hex color #B0DFD6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0DFD6 is #4F2029. Grayscale: #CFCFCF. Windows color (decimal): -5185578 or 14081968. OLE color: 14081968.

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

Color convert

RGB176223214-
CMYK0.2100.040.13
HSL168.51º42.34%78.24%-
HSV(B)168.51º21.08%87.45%-
XYZ56.4366.8673.55-
YUV207.92131.43105.23-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 28.71%
GREEN value IS 223 (87.5% from 255) = 36.38%
BLUE value IS 214 (83.98% from 255) = 34.91%
R=28.71%
G=36.38%
B=34.91%

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
Decimal1762232140.2100.040.13168.5142.3478.24
HexB0DFD61504Da92a4e
Octal26033732625041525152116
Binary1011000011011111110101101010101001101101010011010101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0DFD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0DFD6; }

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

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

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

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

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

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

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

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