#B1DFD8

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

Shades of Ice Cold #B1DFD8

Tints of Ice Cold #B1DFD8

Color information

#B1DFD8 (or 0xB1DFD8) is unknown color: approx Ice Cold. HEX triplet: B1, DF and D8. RGB value is (177,223,216). Sum of RGB (Red+Green+Blue) = 177+223+216=616 (81% of max value = 765). Red value is 177 (69.53% from 255 or 28.73% from 616); Green value is 223 (87.5% from 255 or 36.20% from 616); Blue value is 216 (84.77% from 255 or 35.06% from 616); Max value from RGB is 223 - color contains mainly: green. Hex color #B1DFD8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1DFD8 is #4E2027. Grayscale: #D0D0D0. Windows color (decimal): -5120040 or 14213041. OLE color: 14213041.

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

Color convert

RGB177223216-
CMYK0.2100.030.13
HSL170.87º41.82%78.43%-
HSV(B)170.87º20.63%87.45%-
XYZ56.9167.0874.91-
YUV208.45132.26105.57-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 28.73%
GREEN value IS 223 (87.5% from 255) = 36.20%
BLUE value IS 216 (84.77% from 255) = 35.06%
R=28.73%
G=36.20%
B=35.06%

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
Decimal1772232160.2100.030.13170.8741.8278.43
HexB1DFD81503Dab2a4e
Octal26133733025031525352116
Binary101100011101111111011000101010111101101010111010101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1DFD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1DFD8; }

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

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

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

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

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

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

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

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