#BACDFC

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

Shades of Periwinkle #BACDFC

Tints of Periwinkle #BACDFC

Color information

#BACDFC (or 0xBACDFC) is unknown color: approx Periwinkle. HEX triplet: BA, CD and FC. RGB value is (186,205,252). Sum of RGB (Red+Green+Blue) = 186+205+252=643 (85% of max value = 765). Red value is 186 (73.05% from 255 or 28.93% from 643); Green value is 205 (80.47% from 255 or 31.88% from 643); Blue value is 252 (98.83% from 255 or 39.19% from 643); Max value from RGB is 252 - color contains mainly: blue. Hex color #BACDFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BACDFC is #453203. Grayscale: #CCCCCC. Windows color (decimal): -4534788 or 16567738. OLE color: 16567738.

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

Color convert

RGB186205252-
CMYK0.260.1900.01
HSL222.73º91.67%85.88%-
HSV(B)222.73º26.19%98.82%-
XYZ59.6561.13100.75-
YUV204.68154.71114.68-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 28.93%
GREEN value IS 205 (80.47% from 255) = 31.88%
BLUE value IS 252 (98.83% from 255) = 39.19%
R=28.93%
G=31.88%
B=39.19%

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
Decimal1862052520.260.1900.01222.7391.6785.88
HexBACDFC1A1301df5c56
Octal272315374322301337134126
Binary1011101011001101111111001101010011011101111110111001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BACDFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BACDFC; }

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

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

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

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

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

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

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

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