#BACAF2

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

Shades of Periwinkle #BACAF2

Tints of Periwinkle #BACAF2

Color information

#BACAF2 (or 0xBACAF2) is unknown color: approx Periwinkle. HEX triplet: BA, CA and F2. RGB value is (186,202,242). Sum of RGB (Red+Green+Blue) = 186+202+242=630 (83% of max value = 765). Red value is 186 (73.05% from 255 or 29.52% from 630); Green value is 202 (79.30% from 255 or 32.06% from 630); Blue value is 242 (94.92% from 255 or 38.41% from 630); Max value from RGB is 242 - color contains mainly: blue. Hex color #BACAF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BACAF2 is #45350D. Grayscale: #C9C9C9. Windows color (decimal): -4535566 or 15911610. OLE color: 15911610.

HSL color Cylindrical-coordinate representation of color #BACAF2: hue angle of 222.86º degrees, saturation: 0.68, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BACAF2 is Cyan = 0.23, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB186202242-
CMYK0.230.1700.05
HSL222.86º68.29%83.92%-
HSV(B)222.86º23.14%94.9%-
XYZ57.459.0992.38-
YUV201.78150.7116.75-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 29.52%
GREEN value IS 202 (79.30% from 255) = 32.06%
BLUE value IS 242 (94.92% from 255) = 38.41%
R=29.52%
G=32.06%
B=38.41%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1862022420.230.1700.05222.8668.2983.92
HexBACAF2171105df4454
Octal272312362272105337104124
Binary101110101100101011110010101111000101011101111110001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BACAF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BACAF2; }

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

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

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

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

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

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

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

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