#BAC1EE

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

Shades of Perano #BAC1EE

Tints of Perano #BAC1EE

Color information

#BAC1EE (or 0xBAC1EE) is unknown color: approx Perano. HEX triplet: BA, C1 and EE. RGB value is (186,193,238). Sum of RGB (Red+Green+Blue) = 186+193+238=617 (81% of max value = 765). Red value is 186 (73.05% from 255 or 30.15% from 617); Green value is 193 (75.78% from 255 or 31.28% from 617); Blue value is 238 (93.36% from 255 or 38.57% from 617); Max value from RGB is 238 - color contains mainly: blue. Hex color #BAC1EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAC1EE is #453E11. Grayscale: #C3C3C3. Windows color (decimal): -4537874 or 15647162. OLE color: 15647162.

HSL color Cylindrical-coordinate representation of color #BAC1EE: hue angle of 231.92º degrees, saturation: 0.6, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BAC1EE is Cyan = 0.22, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB186193238-
CMYK0.220.1900.07
HSL231.92º60.47%83.14%-
HSV(B)231.92º21.85%93.33%-
XYZ54.7554.7588.57-
YUV196.04151.68120.84-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 30.15%
GREEN value IS 193 (75.78% from 255) = 31.28%
BLUE value IS 238 (93.36% from 255) = 38.57%
R=30.15%
G=31.28%
B=38.57%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1861932380.220.1900.07231.9260.4783.14
HexBAC1EE161307e83c53
Octal27230135626230735074123
Binary10111010110000011110111010110100110111111010001111001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAC1EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAC1EE; }

 p { color: rgb(186,193,238); }

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

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

 a { background-color: rgb(186,193,238); }

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

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

 span { border-color: rgb(186,193,238); }

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