#BAC5F9

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

Shades of Periwinkle #BAC5F9

Tints of Periwinkle #BAC5F9

Color information

#BAC5F9 (or 0xBAC5F9) is unknown color: approx Periwinkle. HEX triplet: BA, C5 and F9. RGB value is (186,197,249). Sum of RGB (Red+Green+Blue) = 186+197+249=632 (83% of max value = 765). Red value is 186 (73.05% from 255 or 29.43% from 632); Green value is 197 (77.34% from 255 or 31.17% from 632); Blue value is 249 (97.66% from 255 or 39.40% from 632); Max value from RGB is 249 - color contains mainly: blue. Hex color #BAC5F9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAC5F9 is #453A06. Grayscale: #C7C7C7. Windows color (decimal): -4536839 or 16369082. OLE color: 16369082.

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

Color convert

RGB186197249-
CMYK0.250.2100.02
HSL229.52º84%85.29%-
HSV(B)229.52º25.3%97.65%-
XYZ57.3157.2197.64-
YUV199.64155.86118.27-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 29.43%
GREEN value IS 197 (77.34% from 255) = 31.17%
BLUE value IS 249 (97.66% from 255) = 39.40%
R=29.43%
G=31.17%
B=39.40%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1861972490.250.2100.02229.528485.29
HexBAC5F9191502e65455
Octal272305371312502346124125
Binary10111010110001011111100111001101010101110011010101001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAC5F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAC5F9; }

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

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

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

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

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

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

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

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