#BAC9EB

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

Shades of Periwinkle #BAC9EB

Tints of Periwinkle #BAC9EB

Color information

#BAC9EB (or 0xBAC9EB) is unknown color: approx Periwinkle. HEX triplet: BA, C9 and EB. RGB value is (186,201,235). Sum of RGB (Red+Green+Blue) = 186+201+235=622 (82% of max value = 765). Red value is 186 (73.05% from 255 or 29.90% from 622); Green value is 201 (78.91% from 255 or 32.32% from 622); Blue value is 235 (92.19% from 255 or 37.78% from 622); Max value from RGB is 235 - color contains mainly: blue. Hex color #BAC9EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAC9EB is #453614. Grayscale: #C8C8C8. Windows color (decimal): -4535829 or 15452602. OLE color: 15452602.

HSL color Cylindrical-coordinate representation of color #BAC9EB: hue angle of 221.63º 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 #BAC9EB is Cyan = 0.21, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB186201235-
CMYK0.210.1400.08
HSL221.63º55.06%82.55%-
HSV(B)221.63º20.85%92.16%-
XYZ56.1358.2186.87-
YUV200.39147.53117.74-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 29.90%
GREEN value IS 201 (78.91% from 255) = 32.32%
BLUE value IS 235 (92.19% from 255) = 37.78%
R=29.90%
G=32.32%
B=37.78%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1862012350.210.1400.08221.6355.0682.55
HexBAC9EB15E08de3753
Octal272311353251601033667123
Binary10111010110010011110101110101111001000110111101101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAC9EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAC9EB; }

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

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

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

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

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

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

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

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