#C0BDD6

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

Shades of Lavender Grey #C0BDD6

Tints of Lavender Grey #C0BDD6

Color information

#C0BDD6 (or 0xC0BDD6) is unknown color: approx Lavender Grey. HEX triplet: C0, BD and D6. RGB value is (192,189,214). Sum of RGB (Red+Green+Blue) = 192+189+214=595 (78% of max value = 765). Red value is 192 (75.39% from 255 or 32.27% from 595); Green value is 189 (74.22% from 255 or 31.76% from 595); Blue value is 214 (83.98% from 255 or 35.97% from 595); Max value from RGB is 214 - color contains mainly: blue. Hex color #C0BDD6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0BDD6 is #3F4229. Grayscale: #C0C0C0. Windows color (decimal): -4145706 or 14073280. OLE color: 14073280.

HSL color Cylindrical-coordinate representation of color #C0BDD6: hue angle of 247.2º degrees, saturation: 0.23, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C0BDD6 is Cyan = 0.10, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB192189214-
CMYK0.100.1200.16
HSL247.2º23.36%79.02%-
HSV(B)247.2º11.68%83.92%-
XYZ52.0752.4671-
YUV192.75139.99127.47-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 32.27%
GREEN value IS 189 (74.22% from 255) = 31.76%
BLUE value IS 214 (83.98% from 255) = 35.97%
R=32.27%
G=31.76%
B=35.97%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1921892140.100.1200.16247.223.3679.02
HexC0BDD6AC010f7174f
Octal300275326121402036727117
Binary1100000010111101110101101010110001000011110111101111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0BDD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0BDD6; }

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

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

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

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

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

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

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

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