#BAC7F0

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

Shades of Periwinkle #BAC7F0

Tints of Periwinkle #BAC7F0

Color information

#BAC7F0 (or 0xBAC7F0) is unknown color: approx Periwinkle. HEX triplet: BA, C7 and F0. RGB value is (186,199,240). Sum of RGB (Red+Green+Blue) = 186+199+240=625 (82% of max value = 765). Red value is 186 (73.05% from 255 or 29.76% from 625); Green value is 199 (78.12% from 255 or 31.84% from 625); Blue value is 240 (94.14% from 255 or 38.4% from 625); Max value from RGB is 240 - color contains mainly: blue. Hex color #BAC7F0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAC7F0 is #45380F. Grayscale: #C7C7C7. Windows color (decimal): -4536336 or 15779770. OLE color: 15779770.

HSL color Cylindrical-coordinate representation of color #BAC7F0: hue angle of 225.56º degrees, saturation: 0.64, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BAC7F0 is Cyan = 0.22, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB186199240-
CMYK0.220.1700.06
HSL225.56º64.29%83.53%-
HSV(B)225.56º22.5%94.12%-
XYZ56.457.5890.58-
YUV199.79150.69118.17-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 29.76%
GREEN value IS 199 (78.12% from 255) = 31.84%
BLUE value IS 240 (94.14% from 255) = 38.4%
R=29.76%
G=31.84%
B=38.4%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1861992400.220.1700.06225.5664.2983.53
HexBAC7F0161106e24054
Octal272307360262106342100124
Binary101110101100011111110000101101000101101110001010000001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAC7F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAC7F0; }

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

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

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

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

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

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

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

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