#BAC9FC

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

Shades of Periwinkle #BAC9FC

Tints of Periwinkle #BAC9FC

Color information

#BAC9FC (or 0xBAC9FC) is unknown color: approx Periwinkle. HEX triplet: BA, C9 and FC. RGB value is (186,201,252). Sum of RGB (Red+Green+Blue) = 186+201+252=639 (84% of max value = 765). Red value is 186 (73.05% from 255 or 29.11% from 639); Green value is 201 (78.91% from 255 or 31.46% from 639); Blue value is 252 (98.83% from 255 or 39.44% from 639); Max value from RGB is 252 - color contains mainly: blue. Hex color #BAC9FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAC9FC is #453603. Grayscale: #CACACA. Windows color (decimal): -4535812 or 16566714. OLE color: 16566714.

HSL color Cylindrical-coordinate representation of color #BAC9FC: hue angle of 226.36º degrees, saturation: 0.92, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BAC9FC is Cyan = 0.26, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB186201252-
CMYK0.260.2000.01
HSL226.36º91.67%85.88%-
HSV(B)226.36º26.19%98.82%-
XYZ58.7159.24100.44-
YUV202.33156.03116.35-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 29.11%
GREEN value IS 201 (78.91% from 255) = 31.46%
BLUE value IS 252 (98.83% from 255) = 39.44%
R=29.11%
G=31.46%
B=39.44%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1862012520.260.2000.01226.3691.6785.88
HexBAC9FC1A1401e25c56
Octal272311374322401342134126
Binary1011101011001001111111001101010100011110001010111001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAC9FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAC9FC; }

 p { color: rgb(186,201,252); }

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

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

 a { background-color: rgb(186,201,252); }

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

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

 span { border-color: rgb(186,201,252); }

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