#B9DCD9

Color #B9DCD9 Scandal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Scandal #B9DCD9

Tints of Scandal #B9DCD9

Color information

#B9DCD9 (or 0xB9DCD9) is unknown color: approx 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

RGB185220217-
CMYK0.1600.010.14
HSL174.86º33.33%79.41%-
HSV(B)174.86º15.91%86.27%-
XYZ58.1366.5175.42-
YUV209.19132.4110.74-

RGB Variations

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

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 (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1852202170.1600.010.14174.8633.3379.41
HexB9DCD91001Eaf214f
Octal27133433120011625741117
Binary10111001110111001101100110000011110101011111000011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9DCD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>