#BAC0DD

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

Shades of Perano #BAC0DD

Tints of Perano #BAC0DD

Color information

#BAC0DD (or 0xBAC0DD) is unknown color: approx Perano. HEX triplet: BA, C0 and DD. RGB value is (186,192,221). Sum of RGB (Red+Green+Blue) = 186+192+221=599 (79% of max value = 765). Red value is 186 (73.05% from 255 or 31.05% from 599); Green value is 192 (75.39% from 255 or 32.05% from 599); Blue value is 221 (86.72% from 255 or 36.89% from 599); Max value from RGB is 221 - color contains mainly: blue. Hex color #BAC0DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAC0DD is #453F22. Grayscale: #C1C1C1. Windows color (decimal): -4538147 or 14532794. OLE color: 14532794.

HSL color Cylindrical-coordinate representation of color #BAC0DD: hue angle of 229.71º degrees, saturation: 0.34, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BAC0DD is Cyan = 0.16, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB186192221-
CMYK0.160.1300.13
HSL229.71º33.98%79.8%-
HSV(B)229.71º15.84%86.67%-
XYZ52.1553.3675.96-
YUV193.51143.51122.64-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 31.05%
GREEN value IS 192 (75.39% from 255) = 32.05%
BLUE value IS 221 (86.72% from 255) = 36.89%
R=31.05%
G=32.05%
B=36.89%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1861922210.160.1300.13229.7133.9879.8
HexBAC0DD10D0De62250
Octal272300335201501534642120
Binary10111010110000001101110110000110101101111001101000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAC0DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAC0DD; }

 p { color: rgb(186,192,221); }

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

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

 a { background-color: rgb(186,192,221); }

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

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

 span { border-color: rgb(186,192,221); }

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