Html Css Color HEX #C0BDDD Lavender Grey

📋 copy color: '#C0BDDD'

red 192 ◦ green 189 ◦ blue 221

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

Shades of Lavender Grey #C0BDDD

Tints of Lavender Grey #C0BDDD

RGB

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

 GREEN value IS 189 (74.22% from 255) = 31.4%

 BLUE value IS 221 (86.72% from 255) = 36.71%

R = 31.89%
G = 31.4%
B = 36.71%

CMYK

 C value IS 0.13

 M value IS 0.14

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C0BDDD (or 0xC0BDDD) is known color: Lavender Grey. HEX triplet: C0, BD and DD. RGB value is (192,189,221). Sum of RGB (Red+Green+Blue) = 192+189+221=602 (79% of max value = 765). Red value is 192 (75.39% from 255 or 31.89% from 602); Green value is 189 (74.22% from 255 or 31.40% from 602); Blue value is 221 (86.72% from 255 or 36.71% from 602); Max value from RGB is 221 - color contains mainly: blue. Hex color #C0BDDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0BDDD is #3F4222. Grayscale: #C1C1C1. Windows color (decimal): -4145699 or 14532032. OLE color: 14532032.

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

Color convert

RGB 192 189 221 -
CMYK 0.13 0.14 0 0.13
HSL 245.63º 0.32% 0.8% -
HSV(B) 245.63º 0.14% 0.87% -
XYZ 52.99 52.82 75.81 -
YUV 193.55 143.49 126.9 -
System Red Green Blue C M Y K H S L
Decimal 192 189 221 0.13 0.14 0 0.13 245.63 0.32 0.8
Hex C0 BD DD D E 0 D F6 20 50
Octal 300 275 335 15 16 0 15 366 40 120
Binary 11000000 10111101 11011101 1101 1110 0 1101 11110110 100000 1010000

Color Harmonies of #C0BDDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0BDDD

Black with #C0BDDD

Text Example


Text Example

White with #C0BDDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0BDDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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