#BAD7D3

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

Shades of Scandal #BAD7D3

Tints of Scandal #BAD7D3

Color information

#BAD7D3 (or 0xBAD7D3) is unknown color: approx Scandal. HEX triplet: BA, D7 and D3. RGB value is (186,215,211). Sum of RGB (Red+Green+Blue) = 186+215+211=612 (81% of max value = 765). Red value is 186 (73.05% from 255 or 30.39% from 612); Green value is 215 (84.38% from 255 or 35.13% from 612); Blue value is 211 (82.81% from 255 or 34.48% from 612); Max value from RGB is 215 - color contains mainly: green. Hex color #BAD7D3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAD7D3 is #45282C. Grayscale: #CDCDCD. Windows color (decimal): -4532269 or 13883322. OLE color: 13883322.

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

Color convert

RGB186215211-
CMYK0.1300.020.16
HSL171.72º26.61%78.63%-
HSV(B)171.72º13.49%84.31%-
XYZ56.3163.7470.96-
YUV205.87130.89113.83-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 30.39%
GREEN value IS 215 (84.38% from 255) = 35.13%
BLUE value IS 211 (82.81% from 255) = 34.48%
R=30.39%
G=35.13%
B=34.48%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1862152110.1300.020.16171.7226.6178.63
HexBAD7D3D0210ac1b4f
Octal27232732315022025433117
Binary10111010110101111101001111010101000010101100110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAD7D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAD7D3; }

 p { color: rgb(186,215,211); }

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

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

 a { background-color: rgb(186,215,211); }

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

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

 span { border-color: rgb(186,215,211); }

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