#BAD6D5

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

Shades of Scandal #BAD6D5

Tints of Scandal #BAD6D5

Color information

#BAD6D5 (or 0xBAD6D5) is unknown color: approx Scandal. HEX triplet: BA, D6 and D5. RGB value is (186,214,213). Sum of RGB (Red+Green+Blue) = 186+214+213=613 (81% of max value = 765). Red value is 186 (73.05% from 255 or 30.34% from 613); Green value is 214 (83.98% from 255 or 34.91% from 613); Blue value is 213 (83.59% from 255 or 34.75% from 613); Max value from RGB is 214 - color contains mainly: green. Hex color #BAD6D5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAD6D5 is #45292A. Grayscale: #CDCDCD. Windows color (decimal): -4532523 or 14014138. OLE color: 14014138.

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

Color convert

RGB186214213-
CMYK0.1300.000.16
HSL177.86º25.45%78.43%-
HSV(B)177.86º13.08%83.92%-
XYZ56.3163.3472.21-
YUV205.51132.22114.08-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 30.34%
GREEN value IS 214 (83.98% from 255) = 34.91%
BLUE value IS 213 (83.59% from 255) = 34.75%
R=30.34%
G=34.91%
B=34.75%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1862142130.1300.000.16177.8625.4578.43
HexBAD6D5D0010b2194e
Octal27232632515002026231116
Binary1011101011010110110101011101001000010110010110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAD6D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAD6D5; }

 p { color: rgb(186,214,213); }

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

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

 a { background-color: rgb(186,214,213); }

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

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

 span { border-color: rgb(186,214,213); }

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