#B9DAD8

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

Shades of Scandal #B9DAD8

Tints of Scandal #B9DAD8

Color information

#B9DAD8 (or 0xB9DAD8) is unknown color: approx Scandal. HEX triplet: B9, DA and D8. RGB value is (185,218,216). Sum of RGB (Red+Green+Blue) = 185+218+216=619 (81% of max value = 765). Red value is 185 (72.66% from 255 or 29.89% from 619); Green value is 218 (85.55% from 255 or 35.22% from 619); Blue value is 216 (84.77% from 255 or 34.89% from 619); Max value from RGB is 218 - color contains mainly: green. Hex color #B9DAD8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9DAD8 is #462527. Grayscale: #CFCFCF. Windows color (decimal): -4597032 or 14211769. OLE color: 14211769.

HSL color Cylindrical-coordinate representation of color #B9DAD8: hue angle of 176.36º 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 #B9DAD8 is Cyan = 0.15, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.15.

Color convert

RGB185218216-
CMYK0.1500.010.15
HSL176.36º30.84%79.02%-
HSV(B)176.36º15.14%85.49%-
XYZ57.4765.4174.56-
YUV207.9132.57111.66-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 29.89%
GREEN value IS 218 (85.55% from 255) = 35.22%
BLUE value IS 216 (84.77% from 255) = 34.89%
R=29.89%
G=35.22%
B=34.89%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1852182160.1500.010.15176.3630.8479.02
HexB9DAD8F01Fb01f4f
Octal27133233017011726037117
Binary101110011101101011011000111101111110110000111111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9DAD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9DAD8; }

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

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

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

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

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

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

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

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