#BACDFD

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

Shades of Periwinkle #BACDFD

Tints of Periwinkle #BACDFD

Color information

#BACDFD (or 0xBACDFD) is unknown color: approx Periwinkle. HEX triplet: BA, CD and FD. RGB value is (186,205,253). Sum of RGB (Red+Green+Blue) = 186+205+253=644 (85% of max value = 765). Red value is 186 (73.05% from 255 or 28.88% from 644); Green value is 205 (80.47% from 255 or 31.83% from 644); Blue value is 253 (99.22% from 255 or 39.29% from 644); Max value from RGB is 253 - color contains mainly: blue. Hex color #BACDFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BACDFD is #453202. Grayscale: #CCCCCC. Windows color (decimal): -4534787 or 16633274. OLE color: 16633274.

HSL color Cylindrical-coordinate representation of color #BACDFD: hue angle of 222.99º degrees, saturation: 0.94, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BACDFD is Cyan = 0.26, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB186205253-
CMYK0.260.1900.01
HSL222.99º94.37%86.08%-
HSV(B)222.99º26.48%99.22%-
XYZ59.8161.19101.59-
YUV204.79155.21114.6-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 28.88%
GREEN value IS 205 (80.47% from 255) = 31.83%
BLUE value IS 253 (99.22% from 255) = 39.29%
R=28.88%
G=31.83%
B=39.29%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1862052530.260.1900.01222.9994.3786.08
HexBACDFD1A1301df5e56
Octal272315375322301337136126
Binary1011101011001101111111011101010011011101111110111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BACDFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BACDFD; }

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

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

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

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

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

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

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

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