#B9DCDA

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

Shades of Scandal #B9DCDA

Tints of Scandal #B9DCDA

Color information

#B9DCDA (or 0xB9DCDA) is unknown color: approx Scandal. HEX triplet: B9, DC and DA. RGB value is (185,220,218). Sum of RGB (Red+Green+Blue) = 185+220+218=623 (82% of max value = 765). Red value is 185 (72.66% from 255 or 29.70% from 623); Green value is 220 (86.33% from 255 or 35.31% from 623); Blue value is 218 (85.55% from 255 or 34.99% from 623); Max value from RGB is 220 - color contains mainly: green. Hex color #B9DCDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9DCDA is #462325. Grayscale: #D1D1D1. Windows color (decimal): -4596518 or 14343353. OLE color: 14343353.

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

Color convert

RGB185220218-
CMYK0.1600.010.14
HSL176.57º33.33%79.41%-
HSV(B)176.57º15.91%86.27%-
XYZ58.2666.5676.11-
YUV209.31132.9110.66-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 29.70%
GREEN value IS 220 (86.33% from 255) = 35.31%
BLUE value IS 218 (85.55% from 255) = 34.99%
R=29.70%
G=35.31%
B=34.99%

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
Decimal1852202180.1600.010.14176.5733.3379.41
HexB9DCDA1001Eb1214f
Octal27133433220011626141117
Binary10111001110111001101101010000011110101100011000011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9DCDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9DCDA; }

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

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

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

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

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

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

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

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