#BAC0D8

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

Shades of Periwinkle #BAC0D8

Tints of Periwinkle #BAC0D8

Color information

#BAC0D8 (or 0xBAC0D8) is unknown color: approx Periwinkle. HEX triplet: BA, C0 and D8. RGB value is (186,192,216). Sum of RGB (Red+Green+Blue) = 186+192+216=594 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.31% from 594); Green value is 192 (75.39% from 255 or 32.32% from 594); Blue value is 216 (84.77% from 255 or 36.36% from 594); Max value from RGB is 216 - color contains mainly: blue. Hex color #BAC0D8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAC0D8 is #453F27. Grayscale: #C0C0C0. Windows color (decimal): -4538152 or 14205114. OLE color: 14205114.

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

Color convert

RGB186192216-
CMYK0.140.1100.15
HSL228º27.78%78.82%-
HSV(B)228º13.89%84.71%-
XYZ51.4953.172.5-
YUV192.94141.01123.05-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 31.31%
GREEN value IS 192 (75.39% from 255) = 32.32%
BLUE value IS 216 (84.77% from 255) = 36.36%
R=31.31%
G=32.32%
B=36.36%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1861922160.140.1100.1522827.7878.82
HexBAC0D8EB0Fe41c4f
Octal272300330161301734434117
Binary101110101100000011011000111010110111111100100111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAC0D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAC0D8; }

 p { color: rgb(186,192,216); }

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

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

 a { background-color: rgb(186,192,216); }

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

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

 span { border-color: rgb(186,192,216); }

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