Html Css Color HEX #B1DFD5 Ice Cold

📋 copy color: '#B1DFD5'

red 177 ◦ green 223 ◦ blue 213

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

Shades of Ice Cold #B1DFD5

Tints of Ice Cold #B1DFD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 34.75%

R = 28.87%
G = 36.38%
B = 34.75%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.04

 K value IS 0.13

RGB Variations

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

Color information

#B1DFD5 (or 0xB1DFD5) is known color: Ice Cold. HEX triplet: B1, DF and D5. RGB value is (177,223,213). Sum of RGB (Red+Green+Blue) = 177+223+213=613 (81% of max value = 765). Red value is 177 (69.53% from 255 or 28.87% from 613); Green value is 223 (87.5% from 255 or 36.38% from 613); Blue value is 213 (83.59% from 255 or 34.75% from 613); Max value from RGB is 223 - color contains mainly: green. Hex color #B1DFD5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1DFD5 is #4E202A. Grayscale: #D0D0D0. Windows color (decimal): -5120043 or 14016433. OLE color: 14016433.

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

Color convert

RGB 177 223 213 -
CMYK 0.21 0 0.04 0.13
HSL 166.96º 0.42% 0.78% -
HSV(B) 166.96º 0.21% 0.87% -
XYZ 56.53 66.93 72.89 -
YUV 208.11 130.76 105.81 -
System Red Green Blue C M Y K H S L
Decimal 177 223 213 0.21 0 0.04 0.13 166.96 0.42 0.78
Hex B1 DF D5 15 0 4 D A7 2A 4E
Octal 261 337 325 25 0 4 15 247 52 116
Binary 10110001 11011111 11010101 10101 0 100 1101 10100111 101010 1001110

Color Harmonies of #B1DFD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1DFD5

Black with #B1DFD5

Text Example


Text Example

White with #B1DFD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1DFD5; }

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

 H1.HeaderClassName
 {
   color: #B1DFD5;
 }
 .AnyTagClassName
 {
   color: #B1DFD5;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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