#BACCFA

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

Shades of Periwinkle #BACCFA

Tints of Periwinkle #BACCFA

Color information

#BACCFA (or 0xBACCFA) is unknown color: approx Periwinkle. HEX triplet: BA, CC and FA. RGB value is (186,204,250). Sum of RGB (Red+Green+Blue) = 186+204+250=640 (84% of max value = 765). Red value is 186 (73.05% from 255 or 29.06% from 640); Green value is 204 (80.08% from 255 or 31.88% from 640); Blue value is 250 (98.05% from 255 or 39.06% from 640); Max value from RGB is 250 - color contains mainly: blue. Hex color #BACCFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BACCFA is #453305. Grayscale: #CBCBCB. Windows color (decimal): -4535046 or 16436410. OLE color: 16436410.

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

Color convert

RGB186204250-
CMYK0.260.1800.02
HSL223.12º86.49%85.49%-
HSV(B)223.12º25.6%98.04%-
XYZ59.160.5399.01-
YUV203.86154.04115.26-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 29.06%
GREEN value IS 204 (80.08% from 255) = 31.88%
BLUE value IS 250 (98.05% from 255) = 39.06%
R=29.06%
G=31.88%
B=39.06%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1862042500.260.1800.02223.1286.4985.49
HexBACCFA1A1202df5655
Octal272314372322202337126125
Binary10111010110011001111101011010100100101101111110101101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BACCFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BACCFA; }

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

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

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

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

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

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

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

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