#BACBE8

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

Shades of Periwinkle #BACBE8

Tints of Periwinkle #BACBE8

Color information

#BACBE8 (or 0xBACBE8) is unknown color: approx Periwinkle. HEX triplet: BA, CB and E8. RGB value is (186,203,232). Sum of RGB (Red+Green+Blue) = 186+203+232=621 (82% of max value = 765). Red value is 186 (73.05% from 255 or 29.95% from 621); Green value is 203 (79.69% from 255 or 32.69% from 621); Blue value is 232 (91.02% from 255 or 37.36% from 621); Max value from RGB is 232 - color contains mainly: blue. Hex color #BACBE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BACBE8 is #453417. Grayscale: #C9C9C9. Windows color (decimal): -4535320 or 15256506. OLE color: 15256506.

HSL color Cylindrical-coordinate representation of color #BACBE8: hue angle of 217.83º degrees, saturation: 0.5, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BACBE8 is Cyan = 0.20, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB186203232-
CMYK0.200.1200.09
HSL217.83º50%81.96%-
HSV(B)217.83º19.83%90.98%-
XYZ56.1758.9884.77-
YUV201.22145.37117.14-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 29.95%
GREEN value IS 203 (79.69% from 255) = 32.69%
BLUE value IS 232 (91.02% from 255) = 37.36%
R=29.95%
G=32.69%
B=37.36%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1862032320.200.1200.09217.835081.96
HexBACBE814C09da3252
Octal272313350241401133262122
Binary10111010110010111110100010100110001001110110101100101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BACBE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BACBE8; }

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

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

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

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

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

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

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

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