#BACEFB

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

Shades of Periwinkle #BACEFB

Tints of Periwinkle #BACEFB

Color information

#BACEFB (or 0xBACEFB) is unknown color: approx Periwinkle. HEX triplet: BA, CE and FB. RGB value is (186,206,251). Sum of RGB (Red+Green+Blue) = 186+206+251=643 (85% of max value = 765). Red value is 186 (73.05% from 255 or 28.93% from 643); Green value is 206 (80.86% from 255 or 32.04% from 643); Blue value is 251 (98.44% from 255 or 39.04% from 643); Max value from RGB is 251 - color contains mainly: blue. Hex color #BACEFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BACEFB is #453104. Grayscale: #CCCCCC. Windows color (decimal): -4534533 or 16502458. OLE color: 16502458.

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

Color convert

RGB186206251-
CMYK0.260.1800.02
HSL221.54º89.04%85.69%-
HSV(B)221.54º25.9%98.43%-
XYZ59.7361.55100-
YUV205.15153.87114.34-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 28.93%
GREEN value IS 206 (80.86% from 255) = 32.04%
BLUE value IS 251 (98.44% from 255) = 39.04%
R=28.93%
G=32.04%
B=39.04%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1862062510.260.1800.02221.5489.0485.69
HexBACEFB1A1202de5956
Octal272316373322202336131126
Binary10111010110011101111101111010100100101101111010110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BACEFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BACEFB; }

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

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

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

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

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

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

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

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