#BAC3DE

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

Shades of Periwinkle #BAC3DE

Tints of Periwinkle #BAC3DE

Color information

#BAC3DE (or 0xBAC3DE) is unknown color: approx Periwinkle. HEX triplet: BA, C3 and DE. RGB value is (186,195,222). Sum of RGB (Red+Green+Blue) = 186+195+222=603 (79% of max value = 765). Red value is 186 (73.05% from 255 or 30.85% from 603); Green value is 195 (76.56% from 255 or 32.34% from 603); Blue value is 222 (87.11% from 255 or 36.82% from 603); Max value from RGB is 222 - color contains mainly: blue. Hex color #BAC3DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAC3DE is #453C21. Grayscale: #C3C3C3. Windows color (decimal): -4537378 or 14599098. OLE color: 14599098.

HSL color Cylindrical-coordinate representation of color #BAC3DE: hue angle of 225º degrees, saturation: 0.35, 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 #BAC3DE is Cyan = 0.16, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB186195222-
CMYK0.160.1200.13
HSL225º35.29%80%-
HSV(B)225º16.22%87.06%-
XYZ52.9554.7476.88-
YUV195.39143.02121.3-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 30.85%
GREEN value IS 195 (76.56% from 255) = 32.34%
BLUE value IS 222 (87.11% from 255) = 36.82%
R=30.85%
G=32.34%
B=36.82%

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
Decimal1861952220.160.1200.1322535.2980
HexBAC3DE10C0De12350
Octal272303336201401534143120
Binary10111010110000111101111010000110001101111000011000111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAC3DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAC3DE; }

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

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

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

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

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

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

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

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