#BAC8EB

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

Shades of Periwinkle #BAC8EB

Tints of Periwinkle #BAC8EB

Color information

#BAC8EB (or 0xBAC8EB) is unknown color: approx Periwinkle. HEX triplet: BA, C8 and EB. RGB value is (186,200,235). Sum of RGB (Red+Green+Blue) = 186+200+235=621 (82% of max value = 765). Red value is 186 (73.05% from 255 or 29.95% from 621); Green value is 200 (78.52% from 255 or 32.21% from 621); Blue value is 235 (92.19% from 255 or 37.84% from 621); Max value from RGB is 235 - color contains mainly: blue. Hex color #BAC8EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAC8EB is #453714. Grayscale: #C7C7C7. Windows color (decimal): -4536085 or 15452346. OLE color: 15452346.

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

Color convert

RGB186200235-
CMYK0.210.1500.08
HSL222.86º55.06%82.55%-
HSV(B)222.86º20.85%92.16%-
XYZ55.957.7586.8-
YUV199.8147.86118.15-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 29.95%
GREEN value IS 200 (78.52% from 255) = 32.21%
BLUE value IS 235 (92.19% from 255) = 37.84%
R=29.95%
G=32.21%
B=37.84%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1862002350.210.1500.08222.8655.0682.55
HexBAC8EB15F08df3753
Octal272310353251701033767123
Binary10111010110010001110101110101111101000110111111101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAC8EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAC8EB; }

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

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

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

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

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

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

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

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