#BACEF1

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

Shades of Periwinkle #BACEF1

Tints of Periwinkle #BACEF1

Color information

#BACEF1 (or 0xBACEF1) is unknown color: approx Periwinkle. HEX triplet: BA, CE and F1. RGB value is (186,206,241). Sum of RGB (Red+Green+Blue) = 186+206+241=633 (83% of max value = 765). Red value is 186 (73.05% from 255 or 29.38% from 633); Green value is 206 (80.86% from 255 or 32.54% from 633); Blue value is 241 (94.53% from 255 or 38.07% from 633); Max value from RGB is 241 - color contains mainly: blue. Hex color #BACEF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BACEF1 is #45310E. Grayscale: #CBCBCB. Windows color (decimal): -4534543 or 15847098. OLE color: 15847098.

HSL color Cylindrical-coordinate representation of color #BACEF1: hue angle of 218.18º degrees, saturation: 0.66, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BACEF1 is Cyan = 0.23, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB186206241-
CMYK0.230.1500.05
HSL218.18º66.27%83.73%-
HSV(B)218.18º22.82%94.51%-
XYZ58.260.9391.91-
YUV204.01148.87115.15-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 29.38%
GREEN value IS 206 (80.86% from 255) = 32.54%
BLUE value IS 241 (94.53% from 255) = 38.07%
R=29.38%
G=32.54%
B=38.07%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1862062410.230.1500.05218.1866.2783.73
HexBACEF117F05da4254
Octal272316361271705332102124
Binary10111010110011101111000110111111101011101101010000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BACEF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BACEF1; }

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

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

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

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

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

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

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

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