#BAC8E8

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

Shades of Periwinkle #BAC8E8

Tints of Periwinkle #BAC8E8

Color information

#BAC8E8 (or 0xBAC8E8) is unknown color: approx Periwinkle. HEX triplet: BA, C8 and E8. RGB value is (186,200,232). Sum of RGB (Red+Green+Blue) = 186+200+232=618 (81% of max value = 765). Red value is 186 (73.05% from 255 or 30.10% from 618); Green value is 200 (78.52% from 255 or 32.36% from 618); Blue value is 232 (91.02% from 255 or 37.54% from 618); Max value from RGB is 232 - color contains mainly: blue. Hex color #BAC8E8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAC8E8 is #453717. Grayscale: #C7C7C7. Windows color (decimal): -4536088 or 15255738. OLE color: 15255738.

HSL color Cylindrical-coordinate representation of color #BAC8E8: hue angle of 221.74º degrees, saturation: 0.5, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BAC8E8 is Cyan = 0.20, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB186200232-
CMYK0.200.1400.09
HSL221.74º50%81.96%-
HSV(B)221.74º19.83%90.98%-
XYZ55.4757.5784.53-
YUV199.46146.36118.4-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 30.10%
GREEN value IS 200 (78.52% from 255) = 32.36%
BLUE value IS 232 (91.02% from 255) = 37.54%
R=30.10%
G=32.36%
B=37.54%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1862002320.200.1400.09221.745081.96
HexBAC8E814E09de3252
Octal272310350241601133662122
Binary10111010110010001110100010100111001001110111101100101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAC8E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAC8E8; }

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

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

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

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

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

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

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

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