#BAC3E3

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

Shades of Periwinkle #BAC3E3

Tints of Periwinkle #BAC3E3

Color information

#BAC3E3 (or 0xBAC3E3) is unknown color: approx Periwinkle. HEX triplet: BA, C3 and E3. RGB value is (186,195,227). Sum of RGB (Red+Green+Blue) = 186+195+227=608 (80% of max value = 765). Red value is 186 (73.05% from 255 or 30.59% from 608); Green value is 195 (76.56% from 255 or 32.07% from 608); Blue value is 227 (89.06% from 255 or 37.34% from 608); Max value from RGB is 227 - color contains mainly: blue. Hex color #BAC3E3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAC3E3 is #453C1C. Grayscale: #C3C3C3. Windows color (decimal): -4537373 or 14926778. OLE color: 14926778.

HSL color Cylindrical-coordinate representation of color #BAC3E3: hue angle of 226.83º degrees, saturation: 0.42, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BAC3E3 is Cyan = 0.18, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB186195227-
CMYK0.180.1400.11
HSL226.83º42.27%80.98%-
HSV(B)226.83º18.06%89.02%-
XYZ53.6355.0280.47-
YUV195.96145.52120.9-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 30.59%
GREEN value IS 195 (76.56% from 255) = 32.07%
BLUE value IS 227 (89.06% from 255) = 37.34%
R=30.59%
G=32.07%
B=37.34%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1861952270.180.1400.11226.8342.2780.98
HexBAC3E312E0Be32a51
Octal272303343221601334352121
Binary10111010110000111110001110010111001011111000111010101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAC3E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAC3E3; }

 p { color: rgb(186,195,227); }

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

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

 a { background-color: rgb(186,195,227); }

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

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

 span { border-color: rgb(186,195,227); }

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