#BAC9F1

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

Shades of Periwinkle #BAC9F1

Tints of Periwinkle #BAC9F1

Color information

#BAC9F1 (or 0xBAC9F1) is unknown color: approx Periwinkle. HEX triplet: BA, C9 and F1. RGB value is (186,201,241). Sum of RGB (Red+Green+Blue) = 186+201+241=628 (83% of max value = 765). Red value is 186 (73.05% from 255 or 29.62% from 628); Green value is 201 (78.91% from 255 or 32.01% from 628); Blue value is 241 (94.53% from 255 or 38.38% from 628); Max value from RGB is 241 - color contains mainly: blue. Hex color #BAC9F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAC9F1 is #45360E. Grayscale: #C8C8C8. Windows color (decimal): -4535823 or 15845818. OLE color: 15845818.

HSL color Cylindrical-coordinate representation of color #BAC9F1: hue angle of 223.64º degrees, saturation: 0.66, 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 #BAC9F1 is Cyan = 0.23, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB186201241-
CMYK0.230.1700.05
HSL223.64º66.27%83.73%-
HSV(B)223.64º22.82%94.51%-
XYZ57.0158.5691.52-
YUV201.08150.53117.25-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 29.62%
GREEN value IS 201 (78.91% from 255) = 32.01%
BLUE value IS 241 (94.53% from 255) = 38.38%
R=29.62%
G=32.01%
B=38.38%

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
Decimal1862012410.230.1700.05223.6466.2783.73
HexBAC9F1171105e04254
Octal272311361272105340102124
Binary101110101100100111110001101111000101011110000010000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAC9F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAC9F1; }

 p { color: rgb(186,201,241); }

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

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

 a { background-color: rgb(186,201,241); }

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

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

 span { border-color: rgb(186,201,241); }

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