#BAC3DD

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

Shades of Periwinkle #BAC3DD

Tints of Periwinkle #BAC3DD

Color information

#BAC3DD (or 0xBAC3DD) is unknown color: approx Periwinkle. HEX triplet: BA, C3 and DD. RGB value is (186,195,221). Sum of RGB (Red+Green+Blue) = 186+195+221=602 (79% of max value = 765). Red value is 186 (73.05% from 255 or 30.90% from 602); Green value is 195 (76.56% from 255 or 32.39% from 602); Blue value is 221 (86.72% from 255 or 36.71% from 602); Max value from RGB is 221 - color contains mainly: blue. Hex color #BAC3DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAC3DD is #453C22. Grayscale: #C3C3C3. Windows color (decimal): -4537379 or 14533562. OLE color: 14533562.

HSL color Cylindrical-coordinate representation of color #BAC3DD: hue angle of 224.57º degrees, saturation: 0.34, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BAC3DD is Cyan = 0.16, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB186195221-
CMYK0.160.1200.13
HSL224.57º33.98%79.8%-
HSV(B)224.57º15.84%86.67%-
XYZ52.8254.6976.18-
YUV195.27142.52121.39-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 30.90%
GREEN value IS 195 (76.56% from 255) = 32.39%
BLUE value IS 221 (86.72% from 255) = 36.71%
R=30.90%
G=32.39%
B=36.71%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1861952210.160.1200.13224.5733.9879.8
HexBAC3DD10C0De12250
Octal272303335201401534142120
Binary10111010110000111101110110000110001101111000011000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAC3DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAC3DD; }

 p { color: rgb(186,195,221); }

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

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

 a { background-color: rgb(186,195,221); }

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

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

 span { border-color: rgb(186,195,221); }

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