#BAC4EB

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

Shades of Periwinkle #BAC4EB

Tints of Periwinkle #BAC4EB

Color information

#BAC4EB (or 0xBAC4EB) is unknown color: approx Periwinkle. HEX triplet: BA, C4 and EB. RGB value is (186,196,235). Sum of RGB (Red+Green+Blue) = 186+196+235=617 (81% of max value = 765). Red value is 186 (73.05% from 255 or 30.15% from 617); Green value is 196 (76.95% from 255 or 31.77% from 617); Blue value is 235 (92.19% from 255 or 38.09% from 617); Max value from RGB is 235 - color contains mainly: blue. Hex color #BAC4EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAC4EB is #453B14. Grayscale: #C5C5C5. Windows color (decimal): -4537109 or 15451322. OLE color: 15451322.

HSL color Cylindrical-coordinate representation of color #BAC4EB: hue angle of 227.76º degrees, saturation: 0.55, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BAC4EB is Cyan = 0.21, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB186196235-
CMYK0.210.1700.08
HSL227.76º55.06%82.55%-
HSV(B)227.76º20.85%92.16%-
XYZ54.9955.9286.49-
YUV197.46149.19119.83-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 30.15%
GREEN value IS 196 (76.95% from 255) = 31.77%
BLUE value IS 235 (92.19% from 255) = 38.09%
R=30.15%
G=31.77%
B=38.09%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1861962350.210.1700.08227.7655.0682.55
HexBAC4EB151108e43753
Octal272304353252101034467123
Binary101110101100010011101011101011000101000111001001101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAC4EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAC4EB; }

 p { color: rgb(186,196,235); }

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

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

 a { background-color: rgb(186,196,235); }

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

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

 span { border-color: rgb(186,196,235); }

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