#C0BDDC

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

Shades of Lavender Grey #C0BDDC

Tints of Lavender Grey #C0BDDC

Color information

#C0BDDC (or 0xC0BDDC) is unknown color: approx Lavender Grey. HEX triplet: C0, BD and DC. RGB value is (192,189,220). Sum of RGB (Red+Green+Blue) = 192+189+220=601 (79% of max value = 765). Red value is 192 (75.39% from 255 or 31.95% from 601); Green value is 189 (74.22% from 255 or 31.45% from 601); Blue value is 220 (86.33% from 255 or 36.61% from 601); Max value from RGB is 220 - color contains mainly: blue. Hex color #C0BDDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0BDDC is #3F4223. Grayscale: #C1C1C1. Windows color (decimal): -4145700 or 14466496. OLE color: 14466496.

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

Color convert

RGB192189220-
CMYK0.130.1400.14
HSL245.81º30.69%80.2%-
HSV(B)245.81º14.09%86.27%-
XYZ52.8552.7775.11-
YUV193.43142.99126.98-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 31.95%
GREEN value IS 189 (74.22% from 255) = 31.45%
BLUE value IS 220 (86.33% from 255) = 36.61%
R=31.95%
G=31.45%
B=36.61%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1921892200.130.1400.14245.8130.6980.2
HexC0BDDCDE0Ef61f50
Octal300275334151601636637120
Binary110000001011110111011100110111100111011110110111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0BDDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0BDDC; }

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

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

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

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

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

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

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

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