#BACCF6

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

Shades of Periwinkle #BACCF6

Tints of Periwinkle #BACCF6

Color information

#BACCF6 (or 0xBACCF6) is unknown color: approx Periwinkle. HEX triplet: BA, CC and F6. RGB value is (186,204,246). Sum of RGB (Red+Green+Blue) = 186+204+246=636 (84% of max value = 765). Red value is 186 (73.05% from 255 or 29.25% from 636); Green value is 204 (80.08% from 255 or 32.08% from 636); Blue value is 246 (96.48% from 255 or 38.68% from 636); Max value from RGB is 246 - color contains mainly: blue. Hex color #BACCF6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BACCF6 is #453309. Grayscale: #CBCBCB. Windows color (decimal): -4535050 or 16174266. OLE color: 16174266.

HSL color Cylindrical-coordinate representation of color #BACCF6: hue angle of 222º degrees, saturation: 0.77, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BACCF6 is Cyan = 0.24, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB186204246-
CMYK0.240.1700.04
HSL222º76.92%84.71%-
HSV(B)222º24.39%96.47%-
XYZ58.4860.2895.74-
YUV203.41152.04115.58-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 29.25%
GREEN value IS 204 (80.08% from 255) = 32.08%
BLUE value IS 246 (96.48% from 255) = 38.68%
R=29.25%
G=32.08%
B=38.68%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1862042460.240.1700.0422276.9284.71
HexBACCF6181104de4d55
Octal272314366302104336115125
Binary101110101100110011110110110001000101001101111010011011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BACCF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BACCF6; }

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

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

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

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

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

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

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

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