Html Css Color HEX #B1DFD8 Ice Cold

📋 copy color: '#B1DFD8'

red 177 ◦ green 223 ◦ blue 216

#B1DFD8
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ice Cold #B1DFD8

Tints of Ice Cold #B1DFD8

RGB

 RED value IS 177 (69.53% from 255) = 28.73%

 GREEN value IS 223 (87.5% from 255) = 36.2%

 BLUE value IS 216 (84.77% from 255) = 35.06%

R = 28.73%
G = 36.2%
B = 35.06%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.03

 K value IS 0.13

RGB Variations

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

Color information

#B1DFD8 (or 0xB1DFD8) is known color: 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

RGB 177 223 216 -
CMYK 0.21 0 0.03 0.13
HSL 170.87º 0.42% 0.78% -
HSV(B) 170.87º 0.21% 0.87% -
XYZ 56.91 67.08 74.91 -
YUV 208.45 132.26 105.57 -
System Red Green Blue C M Y K H S L
Decimal 177 223 216 0.21 0 0.03 0.13 170.87 0.42 0.78
Hex B1 DF D8 15 0 3 D AB 2A 4E
Octal 261 337 330 25 0 3 15 253 52 116
Binary 10110001 11011111 11011000 10101 0 11 1101 10101011 101010 1001110

Color Harmonies of #B1DFD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1DFD8

Black with #B1DFD8

Text Example


Text Example

White with #B1DFD8

Text Example


Text Example

HTML Codes & Css Web 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>