Html Css Color HEX #B5DFD9 Ice Cold

📋 copy color: '#B5DFD9'

red 181 ◦ green 223 ◦ blue 217

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

Shades of Ice Cold #B5DFD9

Tints of Ice Cold #B5DFD9

RGB

 RED value IS 181 (71.09% from 255) = 29.15%

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

 BLUE value IS 217 (85.16% from 255) = 34.94%

R = 29.15%
G = 35.91%
B = 34.94%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.03

 K value IS 0.13

RGB Variations

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

Color information

#B5DFD9 (or 0xB5DFD9) is known color: Ice Cold. HEX triplet: B5, DF and D9. RGB value is (181,223,217). Sum of RGB (Red+Green+Blue) = 181+223+217=621 (82% of max value = 765). Red value is 181 (71.09% from 255 or 29.15% from 621); Green value is 223 (87.5% from 255 or 35.91% from 621); Blue value is 217 (85.16% from 255 or 34.94% from 621); Max value from RGB is 223 - color contains mainly: green. Hex color #B5DFD9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5DFD9 is #4A2026. Grayscale: #D1D1D1. Windows color (decimal): -4857895 or 14278581. OLE color: 14278581.

HSL color Cylindrical-coordinate representation of color #B5DFD9: hue angle of 171.43º degrees, saturation: 0.4, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B5DFD9 is Cyan = 0.19, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.13.

Color convert

RGB 181 223 217 -
CMYK 0.19 0 0.03 0.13
HSL 171.43º 0.4% 0.79% -
HSV(B) 171.43º 0.19% 0.87% -
XYZ 57.97 67.61 75.64 -
YUV 209.76 132.09 107.49 -
System Red Green Blue C M Y K H S L
Decimal 181 223 217 0.19 0 0.03 0.13 171.43 0.4 0.79
Hex B5 DF D9 13 0 3 D AB 28 4F
Octal 265 337 331 23 0 3 15 253 50 117
Binary 10110101 11011111 11011001 10011 0 11 1101 10101011 101000 1001111

Color Harmonies of #B5DFD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5DFD9

Black with #B5DFD9

Text Example


Text Example

White with #B5DFD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5DFD9; }

 p { color: rgb(181,223,217); }

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

background-color css

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

 a { background-color: rgb(181,223,217); }

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

border-color css

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

 span { border-color: rgb(181,223,217); }

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