#BAC8F9

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

Shades of Periwinkle #BAC8F9

Tints of Periwinkle #BAC8F9

Color information

#BAC8F9 (or 0xBAC8F9) is unknown color: approx Periwinkle. HEX triplet: BA, C8 and F9. RGB value is (186,200,249). Sum of RGB (Red+Green+Blue) = 186+200+249=635 (84% of max value = 765). Red value is 186 (73.05% from 255 or 29.29% from 635); Green value is 200 (78.52% from 255 or 31.50% from 635); Blue value is 249 (97.66% from 255 or 39.21% from 635); Max value from RGB is 249 - color contains mainly: blue. Hex color #BAC8F9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAC8F9 is #453706. Grayscale: #C9C9C9. Windows color (decimal): -4536071 or 16369850. OLE color: 16369850.

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

Color convert

RGB186200249-
CMYK0.250.2000.02
HSL226.67º84%85.29%-
HSV(B)226.67º25.3%97.65%-
XYZ5858.5997.87-
YUV201.4154.86117.02-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 29.29%
GREEN value IS 200 (78.52% from 255) = 31.50%
BLUE value IS 249 (97.66% from 255) = 39.21%
R=29.29%
G=31.50%
B=39.21%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1862002490.250.2000.02226.678485.29
HexBAC8F9191402e35455
Octal272310371312402343124125
Binary10111010110010001111100111001101000101110001110101001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAC8F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAC8F9; }

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

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

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

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

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

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

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

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