Html Css Color HEX #B2DFD9 Ice Cold

📋 copy color: '#B2DFD9'

red 178 ◦ green 223 ◦ blue 217

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

Shades of Ice Cold #B2DFD9

Tints of Ice Cold #B2DFD9

RGB

 RED value IS 178 (69.92% from 255) = 28.8%

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

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

R = 28.8%
G = 36.08%
B = 35.11%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.03

 K value IS 0.13

RGB Variations

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

Color information

#B2DFD9 (or 0xB2DFD9) is known color: Ice Cold. HEX triplet: B2, DF and D9. RGB value is (178,223,217). Sum of RGB (Red+Green+Blue) = 178+223+217=618 (81% of max value = 765). Red value is 178 (69.92% from 255 or 28.80% from 618); Green value is 223 (87.5% from 255 or 36.08% from 618); Blue value is 217 (85.16% from 255 or 35.11% from 618); Max value from RGB is 223 - color contains mainly: green. Hex color #B2DFD9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2DFD9 is #4D2026. Grayscale: #D0D0D0. Windows color (decimal): -5054503 or 14278578. OLE color: 14278578.

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

Color convert

RGB 178 223 217 -
CMYK 0.20 0 0.03 0.13
HSL 172º 0.41% 0.79% -
HSV(B) 172º 0.2% 0.87% -
XYZ 57.27 67.25 75.61 -
YUV 208.86 132.59 105.99 -
System Red Green Blue C M Y K H S L
Decimal 178 223 217 0.20 0 0.03 0.13 172 0.41 0.79
Hex B2 DF D9 14 0 3 D AC 29 4F
Octal 262 337 331 24 0 3 15 254 51 117
Binary 10110010 11011111 11011001 10100 0 11 1101 10101100 101001 1001111

Color Harmonies of #B2DFD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2DFD9

Black with #B2DFD9

Text Example


Text Example

White with #B2DFD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2DFD9; }

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

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

background-color css

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

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

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

border-color css

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

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

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