#BAC7EA

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

Shades of Periwinkle #BAC7EA

Tints of Periwinkle #BAC7EA

Color information

#BAC7EA (or 0xBAC7EA) is unknown color: approx Periwinkle. HEX triplet: BA, C7 and EA. RGB value is (186,199,234). Sum of RGB (Red+Green+Blue) = 186+199+234=619 (81% of max value = 765). Red value is 186 (73.05% from 255 or 30.05% from 619); Green value is 199 (78.12% from 255 or 32.15% from 619); Blue value is 234 (91.80% from 255 or 37.80% from 619); Max value from RGB is 234 - color contains mainly: blue. Hex color #BAC7EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAC7EA is #453815. Grayscale: #C6C6C6. Windows color (decimal): -4536342 or 15386554. OLE color: 15386554.

HSL color Cylindrical-coordinate representation of color #BAC7EA: hue angle of 223.75º degrees, saturation: 0.53, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BAC7EA is Cyan = 0.21, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB186199234-
CMYK0.210.1500.08
HSL223.75º53.33%82.35%-
HSV(B)223.75º20.51%91.76%-
XYZ55.5257.2385.96-
YUV199.1147.69118.65-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 30.05%
GREEN value IS 199 (78.12% from 255) = 32.15%
BLUE value IS 234 (91.80% from 255) = 37.80%
R=30.05%
G=32.15%
B=37.80%

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
Decimal1861992340.210.1500.08223.7553.3382.35
HexBAC7EA15F08e03552
Octal272307352251701034065122
Binary10111010110001111110101010101111101000111000001101011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAC7EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAC7EA; }

 p { color: rgb(186,199,234); }

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

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

 a { background-color: rgb(186,199,234); }

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

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

 span { border-color: rgb(186,199,234); }

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