#BAC0E7

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

Shades of Perano #BAC0E7

Tints of Perano #BAC0E7

Color information

#BAC0E7 (or 0xBAC0E7) is unknown color: approx Perano. HEX triplet: BA, C0 and E7. RGB value is (186,192,231). Sum of RGB (Red+Green+Blue) = 186+192+231=609 (80% of max value = 765). Red value is 186 (73.05% from 255 or 30.54% from 609); Green value is 192 (75.39% from 255 or 31.53% from 609); Blue value is 231 (90.62% from 255 or 37.93% from 609); Max value from RGB is 231 - color contains mainly: blue. Hex color #BAC0E7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAC0E7 is #453F18. Grayscale: #C2C2C2. Windows color (decimal): -4538137 or 15188154. OLE color: 15188154.

HSL color Cylindrical-coordinate representation of color #BAC0E7: hue angle of 232º degrees, saturation: 0.48, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BAC0E7 is Cyan = 0.19, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB186192231-
CMYK0.190.1700.09
HSL232º48.39%81.76%-
HSV(B)232º19.48%90.59%-
XYZ53.5253.9183.19-
YUV194.65148.51121.83-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 30.54%
GREEN value IS 192 (75.39% from 255) = 31.53%
BLUE value IS 231 (90.62% from 255) = 37.93%
R=30.54%
G=31.53%
B=37.93%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1861922310.190.1700.0923248.3981.76
HexBAC0E7131109e83052
Octal272300347232101135060122
Binary101110101100000011100111100111000101001111010001100001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAC0E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAC0E7; }

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

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

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

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

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

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

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

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