#BCDAD6

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

Shades of Scandal #BCDAD6

Tints of Scandal #BCDAD6

Color information

#BCDAD6 (or 0xBCDAD6) is unknown color: approx Scandal. HEX triplet: BC, DA and D6. RGB value is (188,218,214). Sum of RGB (Red+Green+Blue) = 188+218+214=620 (82% of max value = 765). Red value is 188 (73.83% from 255 or 30.32% from 620); Green value is 218 (85.55% from 255 or 35.16% from 620); Blue value is 214 (83.98% from 255 or 34.52% from 620); Max value from RGB is 218 - color contains mainly: green. Hex color #BCDAD6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCDAD6 is #432529. Grayscale: #D0D0D0. Windows color (decimal): -4400426 or 14080700. OLE color: 14080700.

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

Color convert

RGB188218214-
CMYK0.1400.020.15
HSL172º28.85%79.61%-
HSV(B)172º13.76%85.49%-
XYZ57.9565.6973.24-
YUV208.57131.06113.33-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 30.32%
GREEN value IS 218 (85.55% from 255) = 35.16%
BLUE value IS 214 (83.98% from 255) = 34.52%
R=30.32%
G=35.16%
B=34.52%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1882182140.1400.020.1517228.8579.61
HexBCDAD6E02Fac1d50
Octal27433232616021725435120
Binary1011110011011010110101101110010111110101100111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCDAD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCDAD6; }

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

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

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

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

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

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

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

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