#C0BDD8

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

Shades of Lavender Grey #C0BDD8

Tints of Lavender Grey #C0BDD8

Color information

#C0BDD8 (or 0xC0BDD8) is unknown color: approx Lavender Grey. HEX triplet: C0, BD and D8. RGB value is (192,189,216). Sum of RGB (Red+Green+Blue) = 192+189+216=597 (79% of max value = 765). Red value is 192 (75.39% from 255 or 32.16% from 597); Green value is 189 (74.22% from 255 or 31.66% from 597); Blue value is 216 (84.77% from 255 or 36.18% from 597); Max value from RGB is 216 - color contains mainly: blue. Hex color #C0BDD8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0BDD8 is #3F4227. Grayscale: #C0C0C0. Windows color (decimal): -4145704 or 14204352. OLE color: 14204352.

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

Color convert

RGB192189216-
CMYK0.110.1200.15
HSL246.67º25.71%79.41%-
HSV(B)246.67º12.5%84.71%-
XYZ52.3352.5672.35-
YUV192.98140.99127.3-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 32.16%
GREEN value IS 189 (74.22% from 255) = 31.66%
BLUE value IS 216 (84.77% from 255) = 36.18%
R=32.16%
G=31.66%
B=36.18%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1921892160.110.1200.15246.6725.7179.41
HexC0BDD8BC0Ff71a4f
Octal300275330131401736732117
Binary110000001011110111011000101111000111111110111110101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0BDD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0BDD8; }

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

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

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

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

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

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

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

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