#B9DCD7

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

Shades of Scandal #B9DCD7

Tints of Scandal #B9DCD7

Color information

#B9DCD7 (or 0xB9DCD7) is unknown color: approx Scandal. HEX triplet: B9, DC and D7. RGB value is (185,220,215). Sum of RGB (Red+Green+Blue) = 185+220+215=620 (82% of max value = 765). Red value is 185 (72.66% from 255 or 29.84% from 620); Green value is 220 (86.33% from 255 or 35.48% from 620); Blue value is 215 (84.38% from 255 or 34.68% from 620); Max value from RGB is 220 - color contains mainly: green. Hex color #B9DCD7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9DCD7 is #462328. Grayscale: #D0D0D0. Windows color (decimal): -4596521 or 14146745. OLE color: 14146745.

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

Color convert

RGB185220215-
CMYK0.1600.020.14
HSL171.43º33.33%79.41%-
HSV(B)171.43º15.91%86.27%-
XYZ57.8766.4174.06-
YUV208.96131.4110.91-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 29.84%
GREEN value IS 220 (86.33% from 255) = 35.48%
BLUE value IS 215 (84.38% from 255) = 34.68%
R=29.84%
G=35.48%
B=34.68%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1852202150.1600.020.14171.4333.3379.41
HexB9DCD71002Eab214f
Octal27133432720021625341117
Binary101110011101110011010111100000101110101010111000011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9DCD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9DCD7; }

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

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

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

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

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

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

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

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