#BACBEA

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

Shades of Periwinkle #BACBEA

Tints of Periwinkle #BACBEA

Color information

#BACBEA (or 0xBACBEA) is unknown color: approx Periwinkle. HEX triplet: BA, CB and EA. RGB value is (186,203,234). Sum of RGB (Red+Green+Blue) = 186+203+234=623 (82% of max value = 765). Red value is 186 (73.05% from 255 or 29.86% from 623); Green value is 203 (79.69% from 255 or 32.58% from 623); Blue value is 234 (91.80% from 255 or 37.56% from 623); Max value from RGB is 234 - color contains mainly: blue. Hex color #BACBEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BACBEA is #453415. Grayscale: #C9C9C9. Windows color (decimal): -4535318 or 15387578. OLE color: 15387578.

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

Color convert

RGB186203234-
CMYK0.210.1300.08
HSL218.75º53.33%82.35%-
HSV(B)218.75º20.51%91.76%-
XYZ56.4659.0986.27-
YUV201.45146.37116.98-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 29.86%
GREEN value IS 203 (79.69% from 255) = 32.58%
BLUE value IS 234 (91.80% from 255) = 37.56%
R=29.86%
G=32.58%
B=37.56%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1862032340.210.1300.08218.7553.3382.35
HexBACBEA15D08db3552
Octal272313352251501033365122
Binary10111010110010111110101010101110101000110110111101011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BACBEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BACBEA; }

 p { color: rgb(186,203,234); }

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

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

 a { background-color: rgb(186,203,234); }

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

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

 span { border-color: rgb(186,203,234); }

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