#BCDAD7

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

Shades of Scandal #BCDAD7

Tints of Scandal #BCDAD7

Color information

#BCDAD7 (or 0xBCDAD7) is unknown color: approx Scandal. HEX triplet: BC, DA and D7. RGB value is (188,218,215). Sum of RGB (Red+Green+Blue) = 188+218+215=621 (82% of max value = 765). Red value is 188 (73.83% from 255 or 30.27% from 621); Green value is 218 (85.55% from 255 or 35.10% from 621); Blue value is 215 (84.38% from 255 or 34.62% from 621); Max value from RGB is 218 - color contains mainly: green. Hex color #BCDAD7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCDAD7 is #432528. Grayscale: #D0D0D0. Windows color (decimal): -4400425 or 14146236. OLE color: 14146236.

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

Color convert

RGB188218215-
CMYK0.1400.010.15
HSL174º28.85%79.61%-
HSV(B)174º13.76%85.49%-
XYZ58.0865.7473.92-
YUV208.69131.56113.24-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 30.27%
GREEN value IS 218 (85.55% from 255) = 35.10%
BLUE value IS 215 (84.38% from 255) = 34.62%
R=30.27%
G=35.10%
B=34.62%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1882182150.1400.010.1517428.8579.61
HexBCDAD7E01Fae1d50
Octal27433232716011725635120
Binary101111001101101011010111111001111110101110111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCDAD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCDAD7; }

 p { color: rgb(188,218,215); }

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

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

 a { background-color: rgb(188,218,215); }

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

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

 span { border-color: rgb(188,218,215); }

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