#BACAF9

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

Shades of Periwinkle #BACAF9

Tints of Periwinkle #BACAF9

Color information

#BACAF9 (or 0xBACAF9) is unknown color: approx Periwinkle. HEX triplet: BA, CA and F9. RGB value is (186,202,249). Sum of RGB (Red+Green+Blue) = 186+202+249=637 (84% of max value = 765). Red value is 186 (73.05% from 255 or 29.20% from 637); Green value is 202 (79.30% from 255 or 31.71% from 637); Blue value is 249 (97.66% from 255 or 39.09% from 637); Max value from RGB is 249 - color contains mainly: blue. Hex color #BACAF9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BACAF9 is #453506. Grayscale: #CACACA. Windows color (decimal): -4535559 or 16370362. OLE color: 16370362.

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

Color convert

RGB186202249-
CMYK0.250.1900.02
HSL224.76º84%85.29%-
HSV(B)224.76º25.3%97.65%-
XYZ58.4759.5298.03-
YUV202.57154.2116.18-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 29.20%
GREEN value IS 202 (79.30% from 255) = 31.71%
BLUE value IS 249 (97.66% from 255) = 39.09%
R=29.20%
G=31.71%
B=39.09%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1862022490.250.1900.02224.768485.29
HexBACAF9191302e15455
Octal272312371312302341124125
Binary10111010110010101111100111001100110101110000110101001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BACAF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BACAF9; }

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

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

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

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

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

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

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

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