#BACAEB

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

Shades of Periwinkle #BACAEB

Tints of Periwinkle #BACAEB

Color information

#BACAEB (or 0xBACAEB) is unknown color: approx Periwinkle. HEX triplet: BA, CA and EB. RGB value is (186,202,235). Sum of RGB (Red+Green+Blue) = 186+202+235=623 (82% of max value = 765). Red value is 186 (73.05% from 255 or 29.86% from 623); Green value is 202 (79.30% from 255 or 32.42% from 623); Blue value is 235 (92.19% from 255 or 37.72% from 623); Max value from RGB is 235 - color contains mainly: blue. Hex color #BACAEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BACAEB is #453514. Grayscale: #C8C8C8. Windows color (decimal): -4535573 or 15452858. OLE color: 15452858.

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

Color convert

RGB186202235-
CMYK0.210.1400.08
HSL220.41º55.06%82.55%-
HSV(B)220.41º20.85%92.16%-
XYZ56.3758.6886.95-
YUV200.98147.2117.32-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 29.86%
GREEN value IS 202 (79.30% from 255) = 32.42%
BLUE value IS 235 (92.19% from 255) = 37.72%
R=29.86%
G=32.42%
B=37.72%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1862022350.210.1400.08220.4155.0682.55
HexBACAEB15E08dc3753
Octal272312353251601033467123
Binary10111010110010101110101110101111001000110111001101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BACAEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BACAEB; }

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

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

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

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

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

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

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

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