#BACFFA

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

Shades of Periwinkle #BACFFA

Tints of Periwinkle #BACFFA

Color information

#BACFFA (or 0xBACFFA) is unknown color: approx Periwinkle. HEX triplet: BA, CF and FA. RGB value is (186,207,250). Sum of RGB (Red+Green+Blue) = 186+207+250=643 (85% of max value = 765). Red value is 186 (73.05% from 255 or 28.93% from 643); Green value is 207 (81.25% from 255 or 32.19% from 643); Blue value is 250 (98.05% from 255 or 38.88% from 643); Max value from RGB is 250 - color contains mainly: blue. Hex color #BACFFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BACFFA is #453005. Grayscale: #CDCDCD. Windows color (decimal): -4534278 or 16437178. OLE color: 16437178.

HSL color Cylindrical-coordinate representation of color #BACFFA: hue angle of 220.31º degrees, saturation: 0.86, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BACFFA is Cyan = 0.26, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB186207250-
CMYK0.260.1700.02
HSL220.31º86.49%85.49%-
HSV(B)220.31º25.6%98.04%-
XYZ59.8261.9799.25-
YUV205.62153.04114-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 28.93%
GREEN value IS 207 (81.25% from 255) = 32.19%
BLUE value IS 250 (98.05% from 255) = 38.88%
R=28.93%
G=32.19%
B=38.88%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1862072500.260.1700.02220.3186.4985.49
HexBACFFA1A1102dc5655
Octal272317372322102334126125
Binary10111010110011111111101011010100010101101110010101101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BACFFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BACFFA; }

 p { color: rgb(186,207,250); }

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

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

 a { background-color: rgb(186,207,250); }

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

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

 span { border-color: rgb(186,207,250); }

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