#BAC2EB

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

Shades of Perano #BAC2EB

Tints of Perano #BAC2EB

Color information

#BAC2EB (or 0xBAC2EB) is unknown color: approx Perano. HEX triplet: BA, C2 and EB. RGB value is (186,194,235). Sum of RGB (Red+Green+Blue) = 186+194+235=615 (81% of max value = 765). Red value is 186 (73.05% from 255 or 30.24% from 615); Green value is 194 (76.17% from 255 or 31.54% from 615); Blue value is 235 (92.19% from 255 or 38.21% from 615); Max value from RGB is 235 - color contains mainly: blue. Hex color #BAC2EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAC2EB is #453D14. Grayscale: #C4C4C4. Windows color (decimal): -4537621 or 15450810. OLE color: 15450810.

HSL color Cylindrical-coordinate representation of color #BAC2EB: hue angle of 230.2º degrees, saturation: 0.55, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BAC2EB is Cyan = 0.21, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB186194235-
CMYK0.210.1700.08
HSL230.2º55.06%82.55%-
HSV(B)230.2º20.85%92.16%-
XYZ54.5455.0286.34-
YUV196.28149.85120.67-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 30.24%
GREEN value IS 194 (76.17% from 255) = 31.54%
BLUE value IS 235 (92.19% from 255) = 38.21%
R=30.24%
G=31.54%
B=38.21%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1861942350.210.1700.08230.255.0682.55
HexBAC2EB151108e63753
Octal272302353252101034667123
Binary101110101100001011101011101011000101000111001101101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAC2EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAC2EB; }

 p { color: rgb(186,194,235); }

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

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

 a { background-color: rgb(186,194,235); }

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

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

 span { border-color: rgb(186,194,235); }

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