#BACCF9

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

Shades of Periwinkle #BACCF9

Tints of Periwinkle #BACCF9

Color information

#BACCF9 (or 0xBACCF9) is unknown color: approx Periwinkle. HEX triplet: BA, CC and F9. RGB value is (186,204,249). Sum of RGB (Red+Green+Blue) = 186+204+249=639 (84% of max value = 765). Red value is 186 (73.05% from 255 or 29.11% from 639); Green value is 204 (80.08% from 255 or 31.92% from 639); Blue value is 249 (97.66% from 255 or 38.97% from 639); Max value from RGB is 249 - color contains mainly: blue. Hex color #BACCF9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BACCF9 is #453306. Grayscale: #CBCBCB. Windows color (decimal): -4535047 or 16370874. OLE color: 16370874.

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

Color convert

RGB186204249-
CMYK0.250.1800.02
HSL222.86º84%85.29%-
HSV(B)222.86º25.3%97.65%-
XYZ58.9460.4698.19-
YUV203.75153.54115.34-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 29.11%
GREEN value IS 204 (80.08% from 255) = 31.92%
BLUE value IS 249 (97.66% from 255) = 38.97%
R=29.11%
G=31.92%
B=38.97%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1862042490.250.1800.02222.868485.29
HexBACCF9191202df5455
Octal272314371312202337124125
Binary10111010110011001111100111001100100101101111110101001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BACCF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BACCF9; }

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

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

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

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

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

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

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

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