#B1DFD7

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

Shades of Ice Cold #B1DFD7

Tints of Ice Cold #B1DFD7

Color information

#B1DFD7 (or 0xB1DFD7) is unknown color: approx Ice Cold. HEX triplet: B1, DF and D7. RGB value is (177,223,215). Sum of RGB (Red+Green+Blue) = 177+223+215=615 (81% of max value = 765). Red value is 177 (69.53% from 255 or 28.78% from 615); Green value is 223 (87.5% from 255 or 36.26% from 615); Blue value is 215 (84.38% from 255 or 34.96% from 615); Max value from RGB is 223 - color contains mainly: green. Hex color #B1DFD7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1DFD7 is #4E2028. Grayscale: #D0D0D0. Windows color (decimal): -5120041 or 14147505. OLE color: 14147505.

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

Color convert

RGB177223215-
CMYK0.2100.040.13
HSL169.57º41.82%78.43%-
HSV(B)169.57º20.63%87.45%-
XYZ56.7867.0374.23-
YUV208.33131.76105.65-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 28.78%
GREEN value IS 223 (87.5% from 255) = 36.26%
BLUE value IS 215 (84.38% from 255) = 34.96%
R=28.78%
G=36.26%
B=34.96%

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
Decimal1772232150.2100.040.13169.5741.8278.43
HexB1DFD71504Daa2a4e
Octal26133732725041525252116
Binary1011000111011111110101111010101001101101010101010101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1DFD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1DFD7; }

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

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

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

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

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

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

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

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