#B4DCD9

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

Shades of Scandal #B4DCD9

Tints of Scandal #B4DCD9

Color information

#B4DCD9 (or 0xB4DCD9) is unknown color: approx Scandal. HEX triplet: B4, DC and D9. RGB value is (180,220,217). Sum of RGB (Red+Green+Blue) = 180+220+217=617 (81% of max value = 765). Red value is 180 (70.70% from 255 or 29.17% from 617); Green value is 220 (86.33% from 255 or 35.66% from 617); Blue value is 217 (85.16% from 255 or 35.17% from 617); Max value from RGB is 220 - color contains mainly: green. Hex color #B4DCD9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4DCD9 is #4B2326. Grayscale: #CFCFCF. Windows color (decimal): -4924199 or 14277812. OLE color: 14277812.

HSL color Cylindrical-coordinate representation of color #B4DCD9: hue angle of 175.5º degrees, saturation: 0.36, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B4DCD9 is Cyan = 0.18, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.14.

Color convert

RGB180220217-
CMYK0.1800.010.14
HSL175.5º36.36%78.43%-
HSV(B)175.5º18.18%86.27%-
XYZ56.9465.975.36-
YUV207.7133.25108.24-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 29.17%
GREEN value IS 220 (86.33% from 255) = 35.66%
BLUE value IS 217 (85.16% from 255) = 35.17%
R=29.17%
G=35.66%
B=35.17%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1802202170.1800.010.14175.536.3678.43
HexB4DCD91201Eb0244e
Octal26433433122011626044116
Binary10110100110111001101100110010011110101100001001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4DCD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4DCD9; }

 p { color: rgb(180,220,217); }

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

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

 a { background-color: rgb(180,220,217); }

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

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

 span { border-color: rgb(180,220,217); }

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