#BAC9E3

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

Shades of Periwinkle #BAC9E3

Tints of Periwinkle #BAC9E3

Color information

#BAC9E3 (or 0xBAC9E3) is unknown color: approx Periwinkle. HEX triplet: BA, C9 and E3. RGB value is (186,201,227). Sum of RGB (Red+Green+Blue) = 186+201+227=614 (81% of max value = 765). Red value is 186 (73.05% from 255 or 30.29% from 614); Green value is 201 (78.91% from 255 or 32.74% from 614); Blue value is 227 (89.06% from 255 or 36.97% from 614); Max value from RGB is 227 - color contains mainly: blue. Hex color #BAC9E3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAC9E3 is #45361C. Grayscale: #C7C7C7. Windows color (decimal): -4535837 or 14928314. OLE color: 14928314.

HSL color Cylindrical-coordinate representation of color #BAC9E3: hue angle of 218.05º 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 #BAC9E3 is Cyan = 0.18, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB186201227-
CMYK0.180.1100.11
HSL218.05º42.27%80.98%-
HSV(B)218.05º18.06%89.02%-
XYZ5557.7680.92-
YUV199.48143.53118.39-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 30.29%
GREEN value IS 201 (78.91% from 255) = 32.74%
BLUE value IS 227 (89.06% from 255) = 36.97%
R=30.29%
G=32.74%
B=36.97%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1862012270.180.1100.11218.0542.2780.98
HexBAC9E312B0Bda2a51
Octal272311343221301333252121
Binary10111010110010011110001110010101101011110110101010101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAC9E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAC9E3; }

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

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

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

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

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

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

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

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