#BACEFC

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

Shades of Periwinkle #BACEFC

Tints of Periwinkle #BACEFC

Color information

#BACEFC (or 0xBACEFC) is unknown color: approx Periwinkle. HEX triplet: BA, CE and FC. RGB value is (186,206,252). Sum of RGB (Red+Green+Blue) = 186+206+252=644 (85% of max value = 765). Red value is 186 (73.05% from 255 or 28.88% from 644); Green value is 206 (80.86% from 255 or 31.99% from 644); Blue value is 252 (98.83% from 255 or 39.13% from 644); Max value from RGB is 252 - color contains mainly: blue. Hex color #BACEFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BACEFC is #453103. Grayscale: #CDCDCD. Windows color (decimal): -4534532 or 16567994. OLE color: 16567994.

HSL color Cylindrical-coordinate representation of color #BACEFC: hue angle of 221.82º degrees, saturation: 0.92, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BACEFC is Cyan = 0.26, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB186206252-
CMYK0.260.1800.01
HSL221.82º91.67%85.88%-
HSV(B)221.82º26.19%98.82%-
XYZ59.8961.61100.83-
YUV205.26154.37114.26-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 28.88%
GREEN value IS 206 (80.86% from 255) = 31.99%
BLUE value IS 252 (98.83% from 255) = 39.13%
R=28.88%
G=31.99%
B=39.13%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1862062520.260.1800.01221.8291.6785.88
HexBACEFC1A1201de5c56
Octal272316374322201336134126
Binary1011101011001110111111001101010010011101111010111001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BACEFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BACEFC; }

 p { color: rgb(186,206,252); }

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

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

 a { background-color: rgb(186,206,252); }

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

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

 span { border-color: rgb(186,206,252); }

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