Html Css Color HEX #B9DFDC Ice Cold

📋 copy color: '#B9DFDC'

red 185 ◦ green 223 ◦ blue 220

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

Shades of Ice Cold #B9DFDC

Tints of Ice Cold #B9DFDC

RGB

 RED value IS 185 (72.66% from 255) = 29.46%

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

 BLUE value IS 220 (86.33% from 255) = 35.03%

R = 29.46%
G = 35.51%
B = 35.03%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#B9DFDC (or 0xB9DFDC) is known color: Ice Cold. HEX triplet: B9, DF and DC. RGB value is (185,223,220). Sum of RGB (Red+Green+Blue) = 185+223+220=628 (83% of max value = 765). Red value is 185 (72.66% from 255 or 29.46% from 628); Green value is 223 (87.5% from 255 or 35.51% from 628); Blue value is 220 (86.33% from 255 or 35.03% from 628); Max value from RGB is 223 - color contains mainly: green. Hex color #B9DFDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9DFDC is #462023. Grayscale: #D3D3D3. Windows color (decimal): -4595748 or 14475193. OLE color: 14475193.

HSL color Cylindrical-coordinate representation of color #B9DFDC: hue angle of 175.26º degrees, saturation: 0.37, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B9DFDC is Cyan = 0.17, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.

Color convert

RGB 185 223 220 -
CMYK 0.17 0 0.01 0.13
HSL 175.26º 0.37% 0.8% -
HSV(B) 175.26º 0.17% 0.87% -
XYZ 59.31 68.26 77.76 -
YUV 211.3 132.91 109.24 -
System Red Green Blue C M Y K H S L
Decimal 185 223 220 0.17 0 0.01 0.13 175.26 0.37 0.8
Hex B9 DF DC 11 0 1 D AF 25 50
Octal 271 337 334 21 0 1 15 257 45 120
Binary 10111001 11011111 11011100 10001 0 1 1101 10101111 100101 1010000

Color Harmonies of #B9DFDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9DFDC

Black with #B9DFDC

Text Example


Text Example

White with #B9DFDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9DFDC; }

 p { color: rgb(185,223,220); }

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

background-color css

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

 a { background-color: rgb(185,223,220); }

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

border-color css

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

 span { border-color: rgb(185,223,220); }

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