#BACDFF

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

Shades of Periwinkle #BACDFF

Tints of Periwinkle #BACDFF

Color information

#BACDFF (or 0xBACDFF) is unknown color: approx Periwinkle. HEX triplet: BA, CD and FF. RGB value is (186,205,255). Sum of RGB (Red+Green+Blue) = 186+205+255=646 (85% of max value = 765). Red value is 186 (73.05% from 255 or 28.79% from 646); Green value is 205 (80.47% from 255 or 31.73% from 646); Blue value is 255 (100% from 255 or 39.47% from 646); Max value from RGB is 255 - color contains mainly: blue. Hex color #BACDFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BACDFF is #453200. Grayscale: #CCCCCC. Windows color (decimal): -4534785 or 16764346. OLE color: 16764346.

HSL color Cylindrical-coordinate representation of color #BACDFF: hue angle of 223.48º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BACDFF is Cyan = 0.27, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB186205255-
CMYK0.270.2000
HSL223.48º100%86.47%-
HSV(B)223.48º27.06%100%-
XYZ60.1361.32103.27-
YUV205.02156.21114.43-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 28.79%
GREEN value IS 205 (80.47% from 255) = 31.73%
BLUE value IS 255 (100% from 255) = 39.47%
R=28.79%
G=31.73%
B=39.47%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1862052550.270.2000223.4810086.47
HexBACDFF1B1400df6456
Octal272315377332400337144126
Binary1011101011001101111111111101110100001101111111001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BACDFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BACDFF; }

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

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

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

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

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

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

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

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