#BACCFE

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

Shades of Periwinkle #BACCFE

Tints of Periwinkle #BACCFE

Color information

#BACCFE (or 0xBACCFE) is unknown color: approx Periwinkle. HEX triplet: BA, CC and FE. RGB value is (186,204,254). Sum of RGB (Red+Green+Blue) = 186+204+254=644 (85% of max value = 765). Red value is 186 (73.05% from 255 or 28.88% from 644); Green value is 204 (80.08% from 255 or 31.68% from 644); Blue value is 254 (99.61% from 255 or 39.44% from 644); Max value from RGB is 254 - color contains mainly: blue. Hex color #BACCFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BACCFE is #453301. Grayscale: #CCCCCC. Windows color (decimal): -4535042 or 16698554. OLE color: 16698554.

HSL color Cylindrical-coordinate representation of color #BACCFE: hue angle of 224.12º 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 #BACCFE is Cyan = 0.27, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB186204254-
CMYK0.270.2000.00
HSL224.12º97.14%86.27%-
HSV(B)224.12º26.77%99.61%-
XYZ59.7360.78102.35-
YUV204.32156.04114.93-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 28.88%
GREEN value IS 204 (80.08% from 255) = 31.68%
BLUE value IS 254 (99.61% from 255) = 39.44%
R=28.88%
G=31.68%
B=39.44%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1862042540.270.2000.00224.1297.1486.27
HexBACCFE1B1400e06156
Octal272314376332400340141126
Binary1011101011001100111111101101110100001110000011000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BACCFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BACCFE; }

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

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

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

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

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

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

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

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