#BAC9EE

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

Shades of Periwinkle #BAC9EE

Tints of Periwinkle #BAC9EE

Color information

#BAC9EE (or 0xBAC9EE) is unknown color: approx Periwinkle. HEX triplet: BA, C9 and EE. RGB value is (186,201,238). Sum of RGB (Red+Green+Blue) = 186+201+238=625 (82% of max value = 765). Red value is 186 (73.05% from 255 or 29.76% from 625); Green value is 201 (78.91% from 255 or 32.16% from 625); Blue value is 238 (93.36% from 255 or 38.08% from 625); Max value from RGB is 238 - color contains mainly: blue. Hex color #BAC9EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAC9EE is #453611. Grayscale: #C8C8C8. Windows color (decimal): -4535826 or 15649210. OLE color: 15649210.

HSL color Cylindrical-coordinate representation of color #BAC9EE: hue angle of 222.69º 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 #BAC9EE is Cyan = 0.22, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB186201238-
CMYK0.220.1600.07
HSL222.69º60.47%83.14%-
HSV(B)222.69º21.85%93.33%-
XYZ56.5758.3989.18-
YUV200.73149.03117.49-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 29.76%
GREEN value IS 201 (78.91% from 255) = 32.16%
BLUE value IS 238 (93.36% from 255) = 38.08%
R=29.76%
G=32.16%
B=38.08%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1862012380.220.1600.07222.6960.4783.14
HexBAC9EE161007df3c53
Octal27231135626200733774123
Binary10111010110010011110111010110100000111110111111111001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAC9EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAC9EE; }

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

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

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

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

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

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

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

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