#BDD7D4

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

Shades of Scandal #BDD7D4

Tints of Scandal #BDD7D4

Color information

#BDD7D4 (or 0xBDD7D4) is unknown color: approx Scandal. HEX triplet: BD, D7 and D4. RGB value is (189,215,212). Sum of RGB (Red+Green+Blue) = 189+215+212=616 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.68% from 616); Green value is 215 (84.38% from 255 or 34.90% from 616); Blue value is 212 (83.20% from 255 or 34.42% from 616); Max value from RGB is 215 - color contains mainly: green. Hex color #BDD7D4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDD7D4 is #42282B. Grayscale: #CECECE. Windows color (decimal): -4335660 or 13948861. OLE color: 13948861.

HSL color Cylindrical-coordinate representation of color #BDD7D4: hue angle of 173.08º degrees, saturation: 0.25, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BDD7D4 is Cyan = 0.12, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.16.

Color convert

RGB189215212-
CMYK0.1200.010.16
HSL173.08º24.53%79.22%-
HSV(B)173.08º12.09%84.31%-
XYZ57.1764.1771.66-
YUV206.88130.89115.24-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 30.68%
GREEN value IS 215 (84.38% from 255) = 34.90%
BLUE value IS 212 (83.20% from 255) = 34.42%
R=30.68%
G=34.90%
B=34.42%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1892152120.1200.010.16173.0824.5379.22
HexBDD7D4C0110ad194f
Octal27532732414012025531117
Binary1011110111010111110101001100011000010101101110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDD7D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDD7D4; }

 p { color: rgb(189,215,212); }

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

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

 a { background-color: rgb(189,215,212); }

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

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

 span { border-color: rgb(189,215,212); }

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