#BACCFB

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

Shades of Periwinkle #BACCFB

Tints of Periwinkle #BACCFB

Color information

#BACCFB (or 0xBACCFB) is unknown color: approx Periwinkle. HEX triplet: BA, CC and FB. RGB value is (186,204,251). Sum of RGB (Red+Green+Blue) = 186+204+251=641 (84% of max value = 765). Red value is 186 (73.05% from 255 or 29.02% from 641); Green value is 204 (80.08% from 255 or 31.83% from 641); Blue value is 251 (98.44% from 255 or 39.16% from 641); Max value from RGB is 251 - color contains mainly: blue. Hex color #BACCFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BACCFB is #453304. Grayscale: #CBCBCB. Windows color (decimal): -4535045 or 16501946. OLE color: 16501946.

HSL color Cylindrical-coordinate representation of color #BACCFB: hue angle of 223.38º 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 #BACCFB is Cyan = 0.26, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB186204251-
CMYK0.260.1900.02
HSL223.38º89.04%85.69%-
HSV(B)223.38º25.9%98.43%-
XYZ59.2660.5999.84-
YUV203.98154.54115.18-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 29.02%
GREEN value IS 204 (80.08% from 255) = 31.83%
BLUE value IS 251 (98.44% from 255) = 39.16%
R=29.02%
G=31.83%
B=39.16%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1862042510.260.1900.02223.3889.0485.69
HexBACCFB1A1302df5956
Octal272314373322302337131126
Binary10111010110011001111101111010100110101101111110110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BACCFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BACCFB; }

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

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

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

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

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

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

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

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