#BACAF7

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

Shades of Periwinkle #BACAF7

Tints of Periwinkle #BACAF7

Color information

#BACAF7 (or 0xBACAF7) is unknown color: approx Periwinkle. HEX triplet: BA, CA and F7. RGB value is (186,202,247). Sum of RGB (Red+Green+Blue) = 186+202+247=635 (84% of max value = 765). Red value is 186 (73.05% from 255 or 29.29% from 635); Green value is 202 (79.30% from 255 or 31.81% from 635); Blue value is 247 (96.88% from 255 or 38.90% from 635); Max value from RGB is 247 - color contains mainly: blue. Hex color #BACAF7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BACAF7 is #453508. Grayscale: #CACACA. Windows color (decimal): -4535561 or 16239290. OLE color: 16239290.

HSL color Cylindrical-coordinate representation of color #BACAF7: hue angle of 224.26º degrees, saturation: 0.79, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BACAF7 is Cyan = 0.25, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB186202247-
CMYK0.250.1800.03
HSL224.26º79.22%84.9%-
HSV(B)224.26º24.7%96.86%-
XYZ58.1659.496.39-
YUV202.35153.2116.34-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 29.29%
GREEN value IS 202 (79.30% from 255) = 31.81%
BLUE value IS 247 (96.88% from 255) = 38.90%
R=29.29%
G=31.81%
B=38.90%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1862022470.250.1800.03224.2679.2284.9
HexBACAF7191203e04f55
Octal272312367312203340117125
Binary10111010110010101111011111001100100111110000010011111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BACAF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BACAF7; }

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

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

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

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

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

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

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

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