#B9DAD9

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

Shades of Scandal #B9DAD9

Tints of Scandal #B9DAD9

Color information

#B9DAD9 (or 0xB9DAD9) is unknown color: approx Scandal. HEX triplet: B9, DA and D9. RGB value is (185,218,217). Sum of RGB (Red+Green+Blue) = 185+218+217=620 (82% of max value = 765). Red value is 185 (72.66% from 255 or 29.84% from 620); Green value is 218 (85.55% from 255 or 35.16% from 620); Blue value is 217 (85.16% from 255 or 35% from 620); Max value from RGB is 218 - color contains mainly: green. Hex color #B9DAD9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9DAD9 is #462526. Grayscale: #CFCFCF. Windows color (decimal): -4597031 or 14277305. OLE color: 14277305.

HSL color Cylindrical-coordinate representation of color #B9DAD9: hue angle of 178.18º degrees, saturation: 0.31, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B9DAD9 is Cyan = 0.15, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.15.

Color convert

RGB185218217-
CMYK0.1500.000.15
HSL178.18º30.84%79.02%-
HSV(B)178.18º15.14%85.49%-
XYZ57.665.4775.25-
YUV208.02133.07111.58-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 29.84%
GREEN value IS 218 (85.55% from 255) = 35.16%
BLUE value IS 217 (85.16% from 255) = 35%
R=29.84%
G=35.16%
B=35%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1852182170.1500.000.15178.1830.8479.02
HexB9DAD9F00Fb21f4f
Octal27133233117001726237117
Binary101110011101101011011001111100111110110010111111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9DAD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9DAD9; }

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

 H1.HeaderClassName
 {
   color: #B9DAD9;
 }
 .AnyTagClassName
 {
   color: #B9DAD9;
 }
</style>
background-color css

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

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

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

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

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

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