#BAC6F8

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

Shades of Periwinkle #BAC6F8

Tints of Periwinkle #BAC6F8

Color information

#BAC6F8 (or 0xBAC6F8) is unknown color: approx Periwinkle. HEX triplet: BA, C6 and F8. RGB value is (186,198,248). Sum of RGB (Red+Green+Blue) = 186+198+248=632 (83% of max value = 765). Red value is 186 (73.05% from 255 or 29.43% from 632); Green value is 198 (77.73% from 255 or 31.33% from 632); Blue value is 248 (97.27% from 255 or 39.24% from 632); Max value from RGB is 248 - color contains mainly: blue. Hex color #BAC6F8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAC6F8 is #453907. Grayscale: #C7C7C7. Windows color (decimal): -4536584 or 16303802. OLE color: 16303802.

HSL color Cylindrical-coordinate representation of color #BAC6F8: hue angle of 228.39º degrees, saturation: 0.82, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BAC6F8 is Cyan = 0.25, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB186198248-
CMYK0.250.2000.03
HSL228.39º81.58%85.1%-
HSV(B)228.39º25%97.25%-
XYZ57.3957.696.9-
YUV200.11155.02117.93-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 29.43%
GREEN value IS 198 (77.73% from 255) = 31.33%
BLUE value IS 248 (97.27% from 255) = 39.24%
R=29.43%
G=31.33%
B=39.24%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1861982480.250.2000.03228.3981.5885.1
HexBAC6F8191403e45255
Octal272306370312403344122125
Binary10111010110001101111100011001101000111110010010100101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAC6F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAC6F8; }

 p { color: rgb(186,198,248); }

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

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

 a { background-color: rgb(186,198,248); }

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

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

 span { border-color: rgb(186,198,248); }

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