#BAD3CF

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

Shades of Scandal #BAD3CF

Tints of Scandal #BAD3CF

Color information

#BAD3CF (or 0xBAD3CF) is unknown color: approx Scandal. HEX triplet: BA, D3 and CF. RGB value is (186,211,207). Sum of RGB (Red+Green+Blue) = 186+211+207=604 (80% of max value = 765). Red value is 186 (73.05% from 255 or 30.79% from 604); Green value is 211 (82.81% from 255 or 34.93% from 604); Blue value is 207 (81.25% from 255 or 34.27% from 604); Max value from RGB is 211 - color contains mainly: green. Hex color #BAD3CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAD3CF is #452C30. Grayscale: #CBCBCB. Windows color (decimal): -4533297 or 13620154. OLE color: 13620154.

HSL color Cylindrical-coordinate representation of color #BAD3CF: hue angle of 170.4º degrees, saturation: 0.22, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BAD3CF is Cyan = 0.12, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.17.

Color convert

RGB186211207-
CMYK0.1200.020.17
HSL170.4º22.12%77.84%-
HSV(B)170.4º11.85%82.75%-
XYZ54.8161.5368.02-
YUV203.07130.22115.83-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 30.79%
GREEN value IS 211 (82.81% from 255) = 34.93%
BLUE value IS 207 (81.25% from 255) = 34.27%
R=30.79%
G=34.93%
B=34.27%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1862112070.1200.020.17170.422.1277.84
HexBAD3CFC0211aa164e
Octal27232331714022125226116
Binary10111010110100111100111111000101000110101010101101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAD3CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAD3CF; }

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

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

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

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

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

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

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

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