#B1DFD4

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

Shades of Ice Cold #B1DFD4

Tints of Ice Cold #B1DFD4

Color information

#B1DFD4 (or 0xB1DFD4) is unknown color: approx Ice Cold. HEX triplet: B1, DF and D4. RGB value is (177,223,212). Sum of RGB (Red+Green+Blue) = 177+223+212=612 (81% of max value = 765). Red value is 177 (69.53% from 255 or 28.92% from 612); Green value is 223 (87.5% from 255 or 36.44% from 612); Blue value is 212 (83.20% from 255 or 34.64% from 612); Max value from RGB is 223 - color contains mainly: green. Hex color #B1DFD4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1DFD4 is #4E202B. Grayscale: #CFCFCF. Windows color (decimal): -5120044 or 13950897. OLE color: 13950897.

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

Color convert

RGB177223212-
CMYK0.2100.050.13
HSL165.65º41.82%78.43%-
HSV(B)165.65º20.63%87.45%-
XYZ56.466.8872.22-
YUV207.99130.26105.89-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 28.92%
GREEN value IS 223 (87.5% from 255) = 36.44%
BLUE value IS 212 (83.20% from 255) = 34.64%
R=28.92%
G=36.44%
B=34.64%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1772232120.2100.050.13165.6541.8278.43
HexB1DFD41505Da62a4e
Octal26133732425051524652116
Binary1011000111011111110101001010101011101101001101010101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1DFD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1DFD4; }

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

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

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

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

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

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

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

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