Html Css Color HEX #C0BDDC Lavender Grey

📋 copy color: '#C0BDDC'

red 192 ◦ green 189 ◦ blue 220

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

Shades of Lavender Grey #C0BDDC

Tints of Lavender Grey #C0BDDC

RGB

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

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

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

R = 31.95%
G = 31.45%
B = 36.61%

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

#C0BDDC (or 0xC0BDDC) is known color: Lavender Grey. HEX triplet: C0, BD and DC. RGB value is (192,189,220). Sum of RGB (Red+Green+Blue) = 192+189+220=601 (79% of max value = 765). Red value is 192 (75.39% from 255 or 31.95% from 601); Green value is 189 (74.22% from 255 or 31.45% from 601); Blue value is 220 (86.33% from 255 or 36.61% from 601); Max value from RGB is 220 - color contains mainly: blue. Hex color #C0BDDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0BDDC is #3F4223. Grayscale: #C1C1C1. Windows color (decimal): -4145700 or 14466496. OLE color: 14466496.

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

Color convert

RGB 192 189 220 -
CMYK 0.13 0.14 0 0.14
HSL 245.81º 0.31% 0.8% -
HSV(B) 245.81º 0.14% 0.86% -
XYZ 52.85 52.77 75.11 -
YUV 193.43 142.99 126.98 -
System Red Green Blue C M Y K H S L
Decimal 192 189 220 0.13 0.14 0 0.14 245.81 0.31 0.8
Hex C0 BD DC D E 0 E F6 1F 50
Octal 300 275 334 15 16 0 16 366 37 120
Binary 11000000 10111101 11011100 1101 1110 0 1110 11110110 11111 1010000

Color Harmonies of #C0BDDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0BDDC

Black with #C0BDDC

Text Example


Text Example

White with #C0BDDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0BDDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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