#BACDF6

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

Shades of Periwinkle #BACDF6

Tints of Periwinkle #BACDF6

Color information

#BACDF6 (or 0xBACDF6) is unknown color: approx Periwinkle. HEX triplet: BA, CD and F6. RGB value is (186,205,246). Sum of RGB (Red+Green+Blue) = 186+205+246=637 (84% of max value = 765). Red value is 186 (73.05% from 255 or 29.20% from 637); Green value is 205 (80.47% from 255 or 32.18% from 637); Blue value is 246 (96.48% from 255 or 38.62% from 637); Max value from RGB is 246 - color contains mainly: blue. Hex color #BACDF6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BACDF6 is #453209. Grayscale: #CBCBCB. Windows color (decimal): -4534794 or 16174522. OLE color: 16174522.

HSL color Cylindrical-coordinate representation of color #BACDF6: hue angle of 221º 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 #BACDF6 is Cyan = 0.24, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB186205246-
CMYK0.240.1700.04
HSL221º76.92%84.71%-
HSV(B)221º24.39%96.47%-
XYZ58.7260.7695.82-
YUV203.99151.71115.17-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 29.20%
GREEN value IS 205 (80.47% from 255) = 32.18%
BLUE value IS 246 (96.48% from 255) = 38.62%
R=29.20%
G=32.18%
B=38.62%

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
Decimal1862052460.240.1700.0422176.9284.71
HexBACDF6181104dd4d55
Octal272315366302104335115125
Binary101110101100110111110110110001000101001101110110011011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BACDF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BACDF6; }

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

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

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

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

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

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

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

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