#BAC6F3

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

Shades of Periwinkle #BAC6F3

Tints of Periwinkle #BAC6F3

Color information

#BAC6F3 (or 0xBAC6F3) is unknown color: approx Periwinkle. HEX triplet: BA, C6 and F3. RGB value is (186,198,243). Sum of RGB (Red+Green+Blue) = 186+198+243=627 (83% of max value = 765). Red value is 186 (73.05% from 255 or 29.67% from 627); Green value is 198 (77.73% from 255 or 31.58% from 627); Blue value is 243 (95.31% from 255 or 38.76% from 627); Max value from RGB is 243 - color contains mainly: blue. Hex color #BAC6F3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAC6F3 is #45390C. Grayscale: #C7C7C7. Windows color (decimal): -4536589 or 15976122. OLE color: 15976122.

HSL color Cylindrical-coordinate representation of color #BAC6F3: hue angle of 227.37º degrees, saturation: 0.7, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BAC6F3 is Cyan = 0.23, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB186198243-
CMYK0.230.1900.05
HSL227.37º70.37%84.12%-
HSV(B)227.37º23.46%95.29%-
XYZ56.6257.392.87-
YUV199.54152.52118.34-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 29.67%
GREEN value IS 198 (77.73% from 255) = 31.58%
BLUE value IS 243 (95.31% from 255) = 38.76%
R=29.67%
G=31.58%
B=38.76%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1861982430.230.1900.05227.3770.3784.12
HexBAC6F3171305e34654
Octal272306363272305343106124
Binary101110101100011011110011101111001101011110001110001101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAC6F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAC6F3; }

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

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

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

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

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

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

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

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