#BAC7FB

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

Shades of Periwinkle #BAC7FB

Tints of Periwinkle #BAC7FB

Color information

#BAC7FB (or 0xBAC7FB) is unknown color: approx Periwinkle. HEX triplet: BA, C7 and FB. RGB value is (186,199,251). Sum of RGB (Red+Green+Blue) = 186+199+251=636 (84% of max value = 765). Red value is 186 (73.05% from 255 or 29.25% from 636); Green value is 199 (78.12% from 255 or 31.29% from 636); Blue value is 251 (98.44% from 255 or 39.47% from 636); Max value from RGB is 251 - color contains mainly: blue. Hex color #BAC7FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAC7FB is #453804. Grayscale: #C8C8C8. Windows color (decimal): -4536325 or 16500666. OLE color: 16500666.

HSL color Cylindrical-coordinate representation of color #BAC7FB: hue angle of 228º degrees, saturation: 0.89, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BAC7FB is Cyan = 0.26, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB186199251-
CMYK0.260.2100.02
HSL228º89.04%85.69%-
HSV(B)228º25.9%98.43%-
XYZ58.0958.2599.45-
YUV201.04156.19117.27-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 29.25%
GREEN value IS 199 (78.12% from 255) = 31.29%
BLUE value IS 251 (98.44% from 255) = 39.47%
R=29.25%
G=31.29%
B=39.47%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1861992510.260.2100.0222889.0485.69
HexBAC7FB1A1502e45956
Octal272307373322502344131126
Binary10111010110001111111101111010101010101110010010110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAC7FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAC7FB; }

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

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

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

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

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

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

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

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