#BACEFE

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

Shades of Periwinkle #BACEFE

Tints of Periwinkle #BACEFE

Color information

#BACEFE (or 0xBACEFE) is unknown color: approx Periwinkle. HEX triplet: BA, CE and FE. RGB value is (186,206,254). Sum of RGB (Red+Green+Blue) = 186+206+254=646 (85% of max value = 765). Red value is 186 (73.05% from 255 or 28.79% from 646); Green value is 206 (80.86% from 255 or 31.89% from 646); Blue value is 254 (99.61% from 255 or 39.32% from 646); Max value from RGB is 254 - color contains mainly: blue. Hex color #BACEFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BACEFE is #453101. Grayscale: #CDCDCD. Windows color (decimal): -4534530 or 16699066. OLE color: 16699066.

HSL color Cylindrical-coordinate representation of color #BACEFE: hue angle of 222.35º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BACEFE is Cyan = 0.27, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB186206254-
CMYK0.270.1900.00
HSL222.35º97.14%86.27%-
HSV(B)222.35º26.77%99.61%-
XYZ60.2161.74102.51-
YUV205.49155.37114.1-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 28.79%
GREEN value IS 206 (80.86% from 255) = 31.89%
BLUE value IS 254 (99.61% from 255) = 39.32%
R=28.79%
G=31.89%
B=39.32%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1862062540.270.1900.00222.3597.1486.27
HexBACEFE1B1300de6156
Octal272316376332300336141126
Binary1011101011001110111111101101110011001101111011000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BACEFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BACEFE; }

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

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

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

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

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

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

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

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