#BACEFF

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

Shades of Periwinkle #BACEFF

Tints of Periwinkle #BACEFF

Color information

#BACEFF (or 0xBACEFF) is unknown color: approx Periwinkle. HEX triplet: BA, CE and FF. RGB value is (186,206,255). Sum of RGB (Red+Green+Blue) = 186+206+255=647 (85% of max value = 765). Red value is 186 (73.05% from 255 or 28.75% from 647); Green value is 206 (80.86% from 255 or 31.84% from 647); Blue value is 255 (100% from 255 or 39.41% from 647); Max value from RGB is 255 - color contains mainly: blue. Hex color #BACEFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BACEFF is #453100. Grayscale: #CDCDCD. Windows color (decimal): -4534529 or 16764602. OLE color: 16764602.

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

Color convert

RGB186206255-
CMYK0.270.1900
HSL222.61º100%86.47%-
HSV(B)222.61º27.06%100%-
XYZ60.3761.8103.35-
YUV205.61155.87114.02-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 28.75%
GREEN value IS 206 (80.86% from 255) = 31.84%
BLUE value IS 255 (100% from 255) = 39.41%
R=28.75%
G=31.84%
B=39.41%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1862062550.270.1900222.6110086.47
HexBACEFF1B1300df6456
Octal272316377332300337144126
Binary1011101011001110111111111101110011001101111111001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BACEFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BACEFF; }

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

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

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

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

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

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

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

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