#BACDF3

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

Shades of Periwinkle #BACDF3

Tints of Periwinkle #BACDF3

Color information

#BACDF3 (or 0xBACDF3) is unknown color: approx Periwinkle. HEX triplet: BA, CD and F3. RGB value is (186,205,243). Sum of RGB (Red+Green+Blue) = 186+205+243=634 (83% of max value = 765). Red value is 186 (73.05% from 255 or 29.34% from 634); Green value is 205 (80.47% from 255 or 32.33% from 634); Blue value is 243 (95.31% from 255 or 38.33% from 634); Max value from RGB is 243 - color contains mainly: blue. Hex color #BACDF3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BACDF3 is #45320C. Grayscale: #CBCBCB. Windows color (decimal): -4534797 or 15977914. OLE color: 15977914.

HSL color Cylindrical-coordinate representation of color #BACDF3: hue angle of 220º degrees, saturation: 0.7, 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 #BACDF3 is Cyan = 0.23, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB186205243-
CMYK0.230.1600.05
HSL220º70.37%84.12%-
HSV(B)220º23.46%95.29%-
XYZ58.2660.5793.42-
YUV203.65150.21115.41-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 29.34%
GREEN value IS 205 (80.47% from 255) = 32.33%
BLUE value IS 243 (95.31% from 255) = 38.33%
R=29.34%
G=32.33%
B=38.33%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1862052430.230.1600.0522070.3784.12
HexBACDF3171005dc4654
Octal272315363272005334106124
Binary101110101100110111110011101111000001011101110010001101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BACDF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BACDF3; }

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

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

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

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

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

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

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

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