#BACBE5

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

Shades of Periwinkle #BACBE5

Tints of Periwinkle #BACBE5

Color information

#BACBE5 (or 0xBACBE5) is unknown color: approx Periwinkle. HEX triplet: BA, CB and E5. RGB value is (186,203,229). Sum of RGB (Red+Green+Blue) = 186+203+229=618 (81% of max value = 765). Red value is 186 (73.05% from 255 or 30.10% from 618); Green value is 203 (79.69% from 255 or 32.85% from 618); Blue value is 229 (89.84% from 255 or 37.06% from 618); Max value from RGB is 229 - color contains mainly: blue. Hex color #BACBE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BACBE5 is #45341A. Grayscale: #C8C8C8. Windows color (decimal): -4535323 or 15059898. OLE color: 15059898.

HSL color Cylindrical-coordinate representation of color #BACBE5: hue angle of 216.28º degrees, saturation: 0.45, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BACBE5 is Cyan = 0.19, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB186203229-
CMYK0.190.1100.10
HSL216.28º45.26%81.37%-
HSV(B)216.28º18.78%89.8%-
XYZ55.7558.8182.54-
YUV200.88143.87117.39-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 30.10%
GREEN value IS 203 (79.69% from 255) = 32.85%
BLUE value IS 229 (89.84% from 255) = 37.06%
R=30.10%
G=32.85%
B=37.06%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1862032290.190.1100.10216.2845.2681.37
HexBACBE513B0Ad82d51
Octal272313345231301233055121
Binary10111010110010111110010110011101101010110110001011011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BACBE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BACBE5; }

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

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

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

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

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

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

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

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