Html Css Color HEX #C0BEDC Lavender Grey

📋 copy color: '#C0BEDC'

red 192 ◦ green 190 ◦ blue 220

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

Shades of Lavender Grey #C0BEDC

Tints of Lavender Grey #C0BEDC

RGB

 RED value IS 192 (75.39% from 255) = 31.89%

 GREEN value IS 190 (74.61% from 255) = 31.56%

 BLUE value IS 220 (86.33% from 255) = 36.54%

R = 31.89%
G = 31.56%
B = 36.54%

CMYK

 C value IS 0.13

 M value IS 0.14

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C0BEDC (or 0xC0BEDC) is known color: Lavender Grey. HEX triplet: C0, BE and DC. RGB value is (192,190,220). Sum of RGB (Red+Green+Blue) = 192+190+220=602 (79% of max value = 765). Red value is 192 (75.39% from 255 or 31.89% from 602); Green value is 190 (74.61% from 255 or 31.56% from 602); Blue value is 220 (86.33% from 255 or 36.54% from 602); Max value from RGB is 220 - color contains mainly: blue. Hex color #C0BEDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0BEDC is #3F4123. Grayscale: #C1C1C1. Windows color (decimal): -4145444 or 14466752. OLE color: 14466752.

HSL color Cylindrical-coordinate representation of color #C0BEDC: hue angle of 244º degrees, saturation: 0.3, 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 #C0BEDC is Cyan = 0.13, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 192 190 220 -
CMYK 0.13 0.14 0 0.14
HSL 244º 0.3% 0.8% -
HSV(B) 244º 0.14% 0.86% -
XYZ 53.07 53.2 75.18 -
YUV 194.02 142.66 126.56 -
System Red Green Blue C M Y K H S L
Decimal 192 190 220 0.13 0.14 0 0.14 244 0.3 0.8
Hex C0 BE DC D E 0 E F4 1E 50
Octal 300 276 334 15 16 0 16 364 36 120
Binary 11000000 10111110 11011100 1101 1110 0 1110 11110100 11110 1010000

Color Harmonies of #C0BEDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0BEDC

Black with #C0BEDC

Text Example


Text Example

White with #C0BEDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0BEDC; }

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

 H1.HeaderClassName
 {
   color: #C0BEDC;
 }
 .AnyTagClassName
 {
   color: #C0BEDC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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