#BACDF5

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

Shades of Periwinkle #BACDF5

Tints of Periwinkle #BACDF5

Color information

#BACDF5 (or 0xBACDF5) is unknown color: approx Periwinkle. HEX triplet: BA, CD and F5. RGB value is (186,205,245). Sum of RGB (Red+Green+Blue) = 186+205+245=636 (84% of max value = 765). Red value is 186 (73.05% from 255 or 29.25% from 636); Green value is 205 (80.47% from 255 or 32.23% from 636); Blue value is 245 (96.09% from 255 or 38.52% from 636); Max value from RGB is 245 - color contains mainly: blue. Hex color #BACDF5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BACDF5 is #45320A. Grayscale: #CBCBCB. Windows color (decimal): -4534795 or 16108986. OLE color: 16108986.

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

Color convert

RGB186205245-
CMYK0.240.1600.04
HSL220.68º74.68%84.51%-
HSV(B)220.68º24.08%96.08%-
XYZ58.5660.6995.01-
YUV203.88151.21115.25-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 29.25%
GREEN value IS 205 (80.47% from 255) = 32.23%
BLUE value IS 245 (96.09% from 255) = 38.52%
R=29.25%
G=32.23%
B=38.52%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1862052450.240.1600.04220.6874.6884.51
HexBACDF5181004dd4b55
Octal272315365302004335113125
Binary101110101100110111110101110001000001001101110110010111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BACDF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BACDF5; }

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

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

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

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

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

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

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

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