Html Css Color HEX #B9DDD9 Scandal

📋 copy color: '#B9DDD9'

red 185 ◦ green 221 ◦ blue 217

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

Shades of Scandal #B9DDD9

Tints of Scandal #B9DDD9

RGB

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

 GREEN value IS 221 (86.72% from 255) = 35.47%

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

R = 29.7%
G = 35.47%
B = 34.83%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.02

 K value IS 0.13

RGB Variations

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

Color information

#B9DDD9 (or 0xB9DDD9) is known color: Scandal. HEX triplet: B9, DD and D9. RGB value is (185,221,217). Sum of RGB (Red+Green+Blue) = 185+221+217=623 (82% of max value = 765). Red value is 185 (72.66% from 255 or 29.70% from 623); Green value is 221 (86.72% from 255 or 35.47% from 623); Blue value is 217 (85.16% from 255 or 34.83% from 623); Max value from RGB is 221 - color contains mainly: green. Hex color #B9DDD9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9DDD9 is #462226. Grayscale: #D1D1D1. Windows color (decimal): -4596263 or 14278073. OLE color: 14278073.

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

Color convert

RGB 185 221 217 -
CMYK 0.16 0 0.02 0.13
HSL 173.33º 0.35% 0.8% -
HSV(B) 173.33º 0.16% 0.87% -
XYZ 58.39 67.04 75.51 -
YUV 209.78 132.07 110.33 -
System Red Green Blue C M Y K H S L
Decimal 185 221 217 0.16 0 0.02 0.13 173.33 0.35 0.8
Hex B9 DD D9 10 0 2 D AD 23 50
Octal 271 335 331 20 0 2 15 255 43 120
Binary 10111001 11011101 11011001 10000 0 10 1101 10101101 100011 1010000

Color Harmonies of #B9DDD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9DDD9

Black with #B9DDD9

Text Example


Text Example

White with #B9DDD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9DDD9; }

 p { color: rgb(185,221,217); }

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

background-color css

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

 a { background-color: rgb(185,221,217); }

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

border-color css

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

 span { border-color: rgb(185,221,217); }

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