#BAC7F3

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

Shades of Periwinkle #BAC7F3

Tints of Periwinkle #BAC7F3

Color information

#BAC7F3 (or 0xBAC7F3) is unknown color: approx Periwinkle. HEX triplet: BA, C7 and F3. RGB value is (186,199,243). Sum of RGB (Red+Green+Blue) = 186+199+243=628 (83% of max value = 765). Red value is 186 (73.05% from 255 or 29.62% from 628); Green value is 199 (78.12% from 255 or 31.69% from 628); Blue value is 243 (95.31% from 255 or 38.69% from 628); Max value from RGB is 243 - color contains mainly: blue. Hex color #BAC7F3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAC7F3 is #45380C. Grayscale: #C7C7C7. Windows color (decimal): -4536333 or 15976378. OLE color: 15976378.

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

Color convert

RGB186199243-
CMYK0.230.1800.05
HSL226.32º70.37%84.12%-
HSV(B)226.32º23.46%95.29%-
XYZ56.8557.7692.95-
YUV200.13152.19117.92-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 29.62%
GREEN value IS 199 (78.12% from 255) = 31.69%
BLUE value IS 243 (95.31% from 255) = 38.69%
R=29.62%
G=31.69%
B=38.69%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1861992430.230.1800.05226.3270.3784.12
HexBAC7F3171205e24654
Octal272307363272205342106124
Binary101110101100011111110011101111001001011110001010001101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAC7F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAC7F3; }

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

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

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

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

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

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

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

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