Html Css Color HEX #B9DCD9 Scandal

📋 copy color: '#B9DCD9'

red 185 ◦ green 220 ◦ blue 217

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

Shades of Scandal #B9DCD9

Tints of Scandal #B9DCD9

RGB

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

 GREEN value IS 220 (86.33% from 255) = 35.37%

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

R = 29.74%
G = 35.37%
B = 34.89%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.01

 K value IS 0.14

RGB Variations

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

Color information

#B9DCD9 (or 0xB9DCD9) is known color: Scandal. HEX triplet: B9, DC and D9. RGB value is (185,220,217). Sum of RGB (Red+Green+Blue) = 185+220+217=622 (82% of max value = 765). Red value is 185 (72.66% from 255 or 29.74% from 622); Green value is 220 (86.33% from 255 or 35.37% from 622); Blue value is 217 (85.16% from 255 or 34.89% from 622); Max value from RGB is 220 - color contains mainly: green. Hex color #B9DCD9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9DCD9 is #462326. Grayscale: #D1D1D1. Windows color (decimal): -4596519 or 14277817. OLE color: 14277817.

HSL color Cylindrical-coordinate representation of color #B9DCD9: hue angle of 174.86º degrees, saturation: 0.33, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B9DCD9 is Cyan = 0.16, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.14.

Color convert

RGB 185 220 217 -
CMYK 0.16 0 0.01 0.14
HSL 174.86º 0.33% 0.79% -
HSV(B) 174.86º 0.16% 0.86% -
XYZ 58.13 66.51 75.42 -
YUV 209.19 132.4 110.74 -
System Red Green Blue C M Y K H S L
Decimal 185 220 217 0.16 0 0.01 0.14 174.86 0.33 0.79
Hex B9 DC D9 10 0 1 E AF 21 4F
Octal 271 334 331 20 0 1 16 257 41 117
Binary 10111001 11011100 11011001 10000 0 1 1110 10101111 100001 1001111

Color Harmonies of #B9DCD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9DCD9

Black with #B9DCD9

Text Example


Text Example

White with #B9DCD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9DCD9; }

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

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

background-color css

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

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

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

border-color css

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

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

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