#BAC2DB

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

Shades of Periwinkle #BAC2DB

Tints of Periwinkle #BAC2DB

Color information

#BAC2DB (or 0xBAC2DB) is unknown color: approx Periwinkle. HEX triplet: BA, C2 and DB. RGB value is (186,194,219). Sum of RGB (Red+Green+Blue) = 186+194+219=599 (79% of max value = 765). Red value is 186 (73.05% from 255 or 31.05% from 599); Green value is 194 (76.17% from 255 or 32.39% from 599); Blue value is 219 (85.94% from 255 or 36.56% from 599); Max value from RGB is 219 - color contains mainly: blue. Hex color #BAC2DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAC2DB is #453D24. Grayscale: #C2C2C2. Windows color (decimal): -4537637 or 14402234. OLE color: 14402234.

HSL color Cylindrical-coordinate representation of color #BAC2DB: hue angle of 225.45º degrees, saturation: 0.31, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BAC2DB is Cyan = 0.15, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB186194219-
CMYK0.150.1100.14
HSL225.45º31.43%79.41%-
HSV(B)225.45º15.07%85.88%-
XYZ52.3354.1474.71-
YUV194.46141.85121.97-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 31.05%
GREEN value IS 194 (76.17% from 255) = 32.39%
BLUE value IS 219 (85.94% from 255) = 36.56%
R=31.05%
G=32.39%
B=36.56%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1861942190.150.1100.14225.4531.4379.41
HexBAC2DBFB0Ee11f4f
Octal272302333171301634137117
Binary101110101100001011011011111110110111011100001111111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAC2DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAC2DB; }

 p { color: rgb(186,194,219); }

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

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

 a { background-color: rgb(186,194,219); }

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

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

 span { border-color: rgb(186,194,219); }

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