#BAC8FA

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

Shades of Periwinkle #BAC8FA

Tints of Periwinkle #BAC8FA

Color information

#BAC8FA (or 0xBAC8FA) is unknown color: approx Periwinkle. HEX triplet: BA, C8 and FA. RGB value is (186,200,250). Sum of RGB (Red+Green+Blue) = 186+200+250=636 (84% of max value = 765). Red value is 186 (73.05% from 255 or 29.25% from 636); Green value is 200 (78.52% from 255 or 31.45% from 636); Blue value is 250 (98.05% from 255 or 39.31% from 636); Max value from RGB is 250 - color contains mainly: blue. Hex color #BAC8FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAC8FA is #453705. Grayscale: #C9C9C9. Windows color (decimal): -4536070 or 16435386. OLE color: 16435386.

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

Color convert

RGB186200250-
CMYK0.260.200.02
HSL226.88º86.49%85.49%-
HSV(B)226.88º25.6%98.04%-
XYZ58.1658.6598.7-
YUV201.51155.36116.93-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 29.25%
GREEN value IS 200 (78.52% from 255) = 31.45%
BLUE value IS 250 (98.05% from 255) = 39.31%
R=29.25%
G=31.45%
B=39.31%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1862002500.260.200.02226.8886.4985.49
HexBAC8FA1A1402e35655
Octal272310372322402343126125
Binary10111010110010001111101011010101000101110001110101101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAC8FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAC8FA; }

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

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

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

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

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

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

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

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