Html Css Color HEX #C0BBDC Lavender Grey

📋 copy color: '#C0BBDC'

red 192 ◦ green 187 ◦ blue 220

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

Shades of Lavender Grey #C0BBDC

Tints of Lavender Grey #C0BBDC

RGB

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

 GREEN value IS 187 (73.44% from 255) = 31.22%

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

R = 32.05%
G = 31.22%
B = 36.73%

CMYK

 C value IS 0.13

 M value IS 0.15

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C0BBDC (or 0xC0BBDC) is known color: Lavender Grey. HEX triplet: C0, BB and DC. RGB value is (192,187,220). Sum of RGB (Red+Green+Blue) = 192+187+220=599 (79% of max value = 765). Red value is 192 (75.39% from 255 or 32.05% from 599); Green value is 187 (73.44% from 255 or 31.22% from 599); Blue value is 220 (86.33% from 255 or 36.73% from 599); Max value from RGB is 220 - color contains mainly: blue. Hex color #C0BBDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0BBDC is #3F4423. Grayscale: #C0C0C0. Windows color (decimal): -4146212 or 14465984. OLE color: 14465984.

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

Color convert

RGB 192 187 220 -
CMYK 0.13 0.15 0 0.14
HSL 249.09º 0.32% 0.8% -
HSV(B) 249.09º 0.15% 0.86% -
XYZ 52.43 51.91 74.97 -
YUV 192.26 143.66 127.82 -
System Red Green Blue C M Y K H S L
Decimal 192 187 220 0.13 0.15 0 0.14 249.09 0.32 0.8
Hex C0 BB DC D F 0 E F9 20 50
Octal 300 273 334 15 17 0 16 371 40 120
Binary 11000000 10111011 11011100 1101 1111 0 1110 11111001 100000 1010000

Color Harmonies of #C0BBDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0BBDC

Black with #C0BBDC

Text Example


Text Example

White with #C0BBDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0BBDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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