#BACAFD

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

Shades of Periwinkle #BACAFD

Tints of Periwinkle #BACAFD

Color information

#BACAFD (or 0xBACAFD) is unknown color: approx Periwinkle. HEX triplet: BA, CA and FD. RGB value is (186,202,253). Sum of RGB (Red+Green+Blue) = 186+202+253=641 (84% of max value = 765). Red value is 186 (73.05% from 255 or 29.02% from 641); Green value is 202 (79.30% from 255 or 31.51% from 641); Blue value is 253 (99.22% from 255 or 39.47% from 641); Max value from RGB is 253 - color contains mainly: blue. Hex color #BACAFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BACAFD is #453502. Grayscale: #CACACA. Windows color (decimal): -4535555 or 16632506. OLE color: 16632506.

HSL color Cylindrical-coordinate representation of color #BACAFD: hue angle of 225.67º 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 #BACAFD is Cyan = 0.26, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB186202253-
CMYK0.260.2000.01
HSL225.67º94.37%86.08%-
HSV(B)225.67º26.48%99.22%-
XYZ59.159.77101.35-
YUV203.03156.2115.85-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 29.02%
GREEN value IS 202 (79.30% from 255) = 31.51%
BLUE value IS 253 (99.22% from 255) = 39.47%
R=29.02%
G=31.51%
B=39.47%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1862022530.260.2000.01225.6794.3786.08
HexBACAFD1A1401e25e56
Octal272312375322401342136126
Binary1011101011001010111111011101010100011110001010111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BACAFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BACAFD; }

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

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

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

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

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

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

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

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