#BAD5D4

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

Shades of Scandal #BAD5D4

Tints of Scandal #BAD5D4

Color information

#BAD5D4 (or 0xBAD5D4) is unknown color: approx Scandal. HEX triplet: BA, D5 and D4. RGB value is (186,213,212). Sum of RGB (Red+Green+Blue) = 186+213+212=611 (80% of max value = 765). Red value is 186 (73.05% from 255 or 30.44% from 611); Green value is 213 (83.59% from 255 or 34.86% from 611); Blue value is 212 (83.20% from 255 or 34.70% from 611); Max value from RGB is 213 - color contains mainly: green. Hex color #BAD5D4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAD5D4 is #452A2B. Grayscale: #CCCCCC. Windows color (decimal): -4532780 or 13948346. OLE color: 13948346.

HSL color Cylindrical-coordinate representation of color #BAD5D4: hue angle of 177.78º degrees, saturation: 0.24, 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 #BAD5D4 is Cyan = 0.13, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.16.

Color convert

RGB186213212-
CMYK0.1300.000.16
HSL177.78º24.32%78.24%-
HSV(B)177.78º12.68%83.53%-
XYZ55.9362.7871.46-
YUV204.81132.05114.58-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 30.44%
GREEN value IS 213 (83.59% from 255) = 34.86%
BLUE value IS 212 (83.20% from 255) = 34.70%
R=30.44%
G=34.86%
B=34.70%

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
Decimal1862132120.1300.000.16177.7824.3278.24
HexBAD5D4D0010b2184e
Octal27232532415002026230116
Binary1011101011010101110101001101001000010110010110001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAD5D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAD5D4; }

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

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

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

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

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

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

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

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