#BAC4F3

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

Shades of Periwinkle #BAC4F3

Tints of Periwinkle #BAC4F3

Color information

#BAC4F3 (or 0xBAC4F3) is unknown color: approx Periwinkle. HEX triplet: BA, C4 and F3. RGB value is (186,196,243). Sum of RGB (Red+Green+Blue) = 186+196+243=625 (82% of max value = 765). Red value is 186 (73.05% from 255 or 29.76% from 625); Green value is 196 (76.95% from 255 or 31.36% from 625); Blue value is 243 (95.31% from 255 or 38.88% from 625); Max value from RGB is 243 - color contains mainly: blue. Hex color #BAC4F3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAC4F3 is #453B0C. Grayscale: #C6C6C6. Windows color (decimal): -4537101 or 15975610. OLE color: 15975610.

HSL color Cylindrical-coordinate representation of color #BAC4F3: hue angle of 229.47º 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 #BAC4F3 is Cyan = 0.23, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB186196243-
CMYK0.230.1900.05
HSL229.47º70.37%84.12%-
HSV(B)229.47º23.46%95.29%-
XYZ56.1756.3992.72-
YUV198.37153.19119.18-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 29.76%
GREEN value IS 196 (76.95% from 255) = 31.36%
BLUE value IS 243 (95.31% from 255) = 38.88%
R=29.76%
G=31.36%
B=38.88%

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
Decimal1861962430.230.1900.05229.4770.3784.12
HexBAC4F3171305e54654
Octal272304363272305345106124
Binary101110101100010011110011101111001101011110010110001101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAC4F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAC4F3; }

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

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

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

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

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

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

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

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