#BACAFA

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

Shades of Periwinkle #BACAFA

Tints of Periwinkle #BACAFA

Color information

#BACAFA (or 0xBACAFA) is unknown color: approx Periwinkle. HEX triplet: BA, CA and FA. RGB value is (186,202,250). Sum of RGB (Red+Green+Blue) = 186+202+250=638 (84% of max value = 765). Red value is 186 (73.05% from 255 or 29.15% from 638); Green value is 202 (79.30% from 255 or 31.66% from 638); Blue value is 250 (98.05% from 255 or 39.18% from 638); Max value from RGB is 250 - color contains mainly: blue. Hex color #BACAFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BACAFA is #453505. Grayscale: #CACACA. Windows color (decimal): -4535558 or 16435898. OLE color: 16435898.

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

Color convert

RGB186202250-
CMYK0.260.1900.02
HSL225º86.49%85.49%-
HSV(B)225º25.6%98.04%-
XYZ58.6359.5898.85-
YUV202.69154.7116.1-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 29.15%
GREEN value IS 202 (79.30% from 255) = 31.66%
BLUE value IS 250 (98.05% from 255) = 39.18%
R=29.15%
G=31.66%
B=39.18%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1862022500.260.1900.0222586.4985.49
HexBACAFA1A1302e15655
Octal272312372322302341126125
Binary10111010110010101111101011010100110101110000110101101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BACAFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BACAFA; }

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

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

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

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

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

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

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

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