#C0BCDC

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

Shades of Lavender Grey #C0BCDC

Tints of Lavender Grey #C0BCDC

Color information

#C0BCDC (or 0xC0BCDC) is unknown color: approx Lavender Grey. HEX triplet: C0, BC and DC. RGB value is (192,188,220). Sum of RGB (Red+Green+Blue) = 192+188+220=600 (79% of max value = 765). Red value is 192 (75.39% from 255 or 32% from 600); Green value is 188 (73.83% from 255 or 31.33% from 600); Blue value is 220 (86.33% from 255 or 36.67% from 600); Max value from RGB is 220 - color contains mainly: blue. Hex color #C0BCDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0BCDC is #3F4323. Grayscale: #C0C0C0. Windows color (decimal): -4145956 or 14466240. OLE color: 14466240.

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

Color convert

RGB192188220-
CMYK0.130.1500.14
HSL247.5º31.37%80%-
HSV(B)247.5º14.55%86.27%-
XYZ52.6452.3475.04-
YUV192.84143.33127.4-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 32%
GREEN value IS 188 (73.83% from 255) = 31.33%
BLUE value IS 220 (86.33% from 255) = 36.67%
R=32%
G=31.33%
B=36.67%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1921882200.130.1500.14247.531.3780
HexC0BCDCDF0Ef81f50
Octal300274334151701637037120
Binary110000001011110011011100110111110111011111000111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0BCDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0BCDC; }

 p { color: rgb(192,188,220); }

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

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

 a { background-color: rgb(192,188,220); }

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

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

 span { border-color: rgb(192,188,220); }

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