#B0DFD8

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

Shades of Ice Cold #B0DFD8

Tints of Ice Cold #B0DFD8

Color information

#B0DFD8 (or 0xB0DFD8) is unknown color: approx Ice Cold. HEX triplet: B0, DF and D8. RGB value is (176,223,216). Sum of RGB (Red+Green+Blue) = 176+223+216=615 (81% of max value = 765). Red value is 176 (69.14% from 255 or 28.62% from 615); Green value is 223 (87.5% from 255 or 36.26% from 615); Blue value is 216 (84.77% from 255 or 35.12% from 615); Max value from RGB is 223 - color contains mainly: green. Hex color #B0DFD8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0DFD8 is #4F2027. Grayscale: #D0D0D0. Windows color (decimal): -5185576 or 14213040. OLE color: 14213040.

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

Color convert

RGB176223216-
CMYK0.2100.030.13
HSL171.06º42.34%78.24%-
HSV(B)171.06º21.08%87.45%-
XYZ56.6966.9674.9-
YUV208.15132.43105.07-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 28.62%
GREEN value IS 223 (87.5% from 255) = 36.26%
BLUE value IS 216 (84.77% from 255) = 35.12%
R=28.62%
G=36.26%
B=35.12%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1762232160.2100.030.13171.0642.3478.24
HexB0DFD81503Dab2a4e
Octal26033733025031525352116
Binary101100001101111111011000101010111101101010111010101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0DFD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0DFD8; }

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

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

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

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

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

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

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

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