#BDDCD9

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

Shades of Scandal #BDDCD9

Tints of Scandal #BDDCD9

Color information

#BDDCD9 (or 0xBDDCD9) is unknown color: approx Scandal. HEX triplet: BD, DC and D9. RGB value is (189,220,217). Sum of RGB (Red+Green+Blue) = 189+220+217=626 (82% of max value = 765). Red value is 189 (74.22% from 255 or 30.19% from 626); Green value is 220 (86.33% from 255 or 35.14% from 626); Blue value is 217 (85.16% from 255 or 34.66% from 626); Max value from RGB is 220 - color contains mainly: green. Hex color #BDDCD9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDDCD9 is #422326. Grayscale: #D2D2D2. Windows color (decimal): -4334375 or 14277821. OLE color: 14277821.

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

Color convert

RGB189220217-
CMYK0.1400.010.14
HSL174.19º30.69%80.2%-
HSV(B)174.19º14.09%86.27%-
XYZ59.167.0175.47-
YUV210.39131.73112.74-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 30.19%
GREEN value IS 220 (86.33% from 255) = 35.14%
BLUE value IS 217 (85.16% from 255) = 34.66%
R=30.19%
G=35.14%
B=34.66%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1892202170.1400.010.14174.1930.6980.2
HexBDDCD9E01Eae1f50
Octal27533433116011625637120
Binary101111011101110011011001111001111010101110111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDDCD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDDCD9; }

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

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

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

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

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

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

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

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