Html Css Color HEX #B9DFDB Ice Cold

📋 copy color: '#B9DFDB'

red 185 ◦ green 223 ◦ blue 219

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

Shades of Ice Cold #B9DFDB

Tints of Ice Cold #B9DFDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 34.93%

R = 29.51%
G = 35.57%
B = 34.93%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.02

 K value IS 0.13

RGB Variations

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

Color information

#B9DFDB (or 0xB9DFDB) is known color: Ice Cold. HEX triplet: B9, DF and DB. RGB value is (185,223,219). Sum of RGB (Red+Green+Blue) = 185+223+219=627 (83% of max value = 765). Red value is 185 (72.66% from 255 or 29.51% from 627); Green value is 223 (87.5% from 255 or 35.57% from 627); Blue value is 219 (85.94% from 255 or 34.93% from 627); Max value from RGB is 223 - color contains mainly: green. Hex color #B9DFDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9DFDB is #462024. Grayscale: #D3D3D3. Windows color (decimal): -4595749 or 14409657. OLE color: 14409657.

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

Color convert

RGB 185 223 219 -
CMYK 0.17 0 0.02 0.13
HSL 173.68º 0.37% 0.8% -
HSV(B) 173.68º 0.17% 0.87% -
XYZ 59.18 68.2 77.06 -
YUV 211.18 132.41 109.33 -
System Red Green Blue C M Y K H S L
Decimal 185 223 219 0.17 0 0.02 0.13 173.68 0.37 0.8
Hex B9 DF DB 11 0 2 D AE 25 50
Octal 271 337 333 21 0 2 15 256 45 120
Binary 10111001 11011111 11011011 10001 0 10 1101 10101110 100101 1010000

Color Harmonies of #B9DFDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9DFDB

Black with #B9DFDB

Text Example


Text Example

White with #B9DFDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9DFDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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