Html Css Color HEX #B9DEDB Scandal

📋 copy color: '#B9DEDB'

red 185 ◦ green 222 ◦ blue 219

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

Shades of Scandal #B9DEDB

Tints of Scandal #B9DEDB

RGB

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

 GREEN value IS 222 (87.11% from 255) = 35.46%

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

R = 29.55%
G = 35.46%
B = 34.98%

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

#B9DEDB (or 0xB9DEDB) is known color: Scandal. HEX triplet: B9, DE and DB. RGB value is (185,222,219). Sum of RGB (Red+Green+Blue) = 185+222+219=626 (82% of max value = 765). Red value is 185 (72.66% from 255 or 29.55% from 626); Green value is 222 (87.11% from 255 or 35.46% from 626); Blue value is 219 (85.94% from 255 or 34.98% from 626); Max value from RGB is 222 - color contains mainly: green. Hex color #B9DEDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9DEDB is #462124. Grayscale: #D2D2D2. Windows color (decimal): -4596005 or 14409401. OLE color: 14409401.

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

Color convert

RGB 185 222 219 -
CMYK 0.17 0 0.01 0.13
HSL 175.14º 0.36% 0.8% -
HSV(B) 175.14º 0.17% 0.87% -
XYZ 58.92 67.67 76.97 -
YUV 210.6 132.74 109.74 -
System Red Green Blue C M Y K H S L
Decimal 185 222 219 0.17 0 0.01 0.13 175.14 0.36 0.8
Hex B9 DE DB 11 0 1 D AF 24 50
Octal 271 336 333 21 0 1 15 257 44 120
Binary 10111001 11011110 11011011 10001 0 1 1101 10101111 100100 1010000

Color Harmonies of #B9DEDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9DEDB

Black with #B9DEDB

Text Example


Text Example

White with #B9DEDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9DEDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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