#BACDF1

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

Shades of Periwinkle #BACDF1

Tints of Periwinkle #BACDF1

Color information

#BACDF1 (or 0xBACDF1) is unknown color: approx Periwinkle. HEX triplet: BA, CD and F1. RGB value is (186,205,241). Sum of RGB (Red+Green+Blue) = 186+205+241=632 (83% of max value = 765). Red value is 186 (73.05% from 255 or 29.43% from 632); Green value is 205 (80.47% from 255 or 32.44% from 632); Blue value is 241 (94.53% from 255 or 38.13% from 632); Max value from RGB is 241 - color contains mainly: blue. Hex color #BACDF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BACDF1 is #45320E. Grayscale: #CBCBCB. Windows color (decimal): -4534799 or 15846842. OLE color: 15846842.

HSL color Cylindrical-coordinate representation of color #BACDF1: hue angle of 219.27º degrees, saturation: 0.66, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BACDF1 is Cyan = 0.23, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB186205241-
CMYK0.230.1500.05
HSL219.27º66.27%83.73%-
HSV(B)219.27º22.82%94.51%-
XYZ57.9660.4591.83-
YUV203.42149.21115.57-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 29.43%
GREEN value IS 205 (80.47% from 255) = 32.44%
BLUE value IS 241 (94.53% from 255) = 38.13%
R=29.43%
G=32.44%
B=38.13%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1862052410.230.1500.05219.2766.2783.73
HexBACDF117F05db4254
Octal272315361271705333102124
Binary10111010110011011111000110111111101011101101110000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BACDF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BACDF1; }

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

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

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

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

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

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

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

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