Html Css Color HEX #C0BEDB Lavender Grey

📋 copy color: '#C0BEDB'

red 192 ◦ green 190 ◦ blue 219

#C0BEDB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lavender Grey #C0BEDB

Tints of Lavender Grey #C0BEDB

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 value IS 0.12

 M value IS 0.13

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C0BEDB (or 0xC0BEDB) is known color: 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

RGB 192 190 219 -
CMYK 0.12 0.13 0 0.14
HSL 244.14º 0.29% 0.8% -
HSV(B) 244.14º 0.13% 0.86% -
XYZ 52.94 53.15 74.49 -
YUV 193.9 142.16 126.64 -
System Red Green Blue C M Y K H S L
Decimal 192 190 219 0.12 0.13 0 0.14 244.14 0.29 0.8
Hex C0 BE DB C D 0 E F4 1D 50
Octal 300 276 333 14 15 0 16 364 35 120
Binary 11000000 10111110 11011011 1100 1101 0 1110 11110100 11101 1010000

Color Harmonies of #C0BEDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0BEDB

Black with #C0BEDB

Text Example


Text Example

White with #C0BEDB

Text Example


Text Example

HTML Codes & Css Web 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>