#C0BEDB

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

Shades of Lavender Grey #C0BEDB

Tints of Lavender Grey #C0BEDB

Color information

#C0BEDB (or 0xC0BEDB) is unknown color: approx Lavender Grey. HEX triplet: C0, BE and DB. RGB value is (192,190,219). Sum of RGB (Red+Green+Blue) = 192+190+219=601 (79% of max value = 765). Red value is 192 (75.39% from 255 or 31.95% from 601); Green value is 190 (74.61% from 255 or 31.61% from 601); Blue value is 219 (85.94% from 255 or 36.44% from 601); Max value from RGB is 219 - color contains mainly: blue. Hex color #C0BEDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0BEDB is #3F4124. Grayscale: #C1C1C1. Windows color (decimal): -4145445 or 14401216. OLE color: 14401216.

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

Color convert

RGB192190219-
CMYK0.120.1300.14
HSL244.14º28.71%80.2%-
HSV(B)244.14º13.24%85.88%-
XYZ52.9453.1574.49-
YUV193.9142.16126.64-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 31.95%
GREEN value IS 190 (74.61% from 255) = 31.61%
BLUE value IS 219 (85.94% from 255) = 36.44%
R=31.95%
G=31.61%
B=36.44%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1921902190.120.1300.14244.1428.7180.2
HexC0BEDBCD0Ef41d50
Octal300276333141501636435120
Binary110000001011111011011011110011010111011110100111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0BEDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0BEDB; }

 p { color: rgb(192,190,219); }

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

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

 a { background-color: rgb(192,190,219); }

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

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

 span { border-color: rgb(192,190,219); }

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