Html Css Color HEX #C0BDD5 Lavender Grey

📋 copy color: '#C0BDD5'

red 192 ◦ green 189 ◦ blue 213

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

Shades of Lavender Grey #C0BDD5

Tints of Lavender Grey #C0BDD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 35.86%

R = 32.32%
G = 31.82%
B = 35.86%

CMYK

 C value IS 0.10

 M value IS 0.11

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C0BDD5 (or 0xC0BDD5) is known color: Lavender Grey. HEX triplet: C0, BD and D5. RGB value is (192,189,213). Sum of RGB (Red+Green+Blue) = 192+189+213=594 (78% of max value = 765). Red value is 192 (75.39% from 255 or 32.32% from 594); Green value is 189 (74.22% from 255 or 31.82% from 594); Blue value is 213 (83.59% from 255 or 35.86% from 594); Max value from RGB is 213 - color contains mainly: blue. Hex color #C0BDD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0BDD5 is #3F422A. Grayscale: #C0C0C0. Windows color (decimal): -4145707 or 14007744. OLE color: 14007744.

HSL color Cylindrical-coordinate representation of color #C0BDD5: hue angle of 247.5º degrees, saturation: 0.22, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C0BDD5 is Cyan = 0.10, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 192 189 213 -
CMYK 0.10 0.11 0 0.16
HSL 247.5º 0.22% 0.79% -
HSV(B) 247.5º 0.11% 0.84% -
XYZ 51.95 52.41 70.33 -
YUV 192.63 139.49 127.55 -
System Red Green Blue C M Y K H S L
Decimal 192 189 213 0.10 0.11 0 0.16 247.5 0.22 0.79
Hex C0 BD D5 A B 0 10 F8 16 4F
Octal 300 275 325 12 13 0 20 370 26 117
Binary 11000000 10111101 11010101 1010 1011 0 10000 11111000 10110 1001111

Color Harmonies of #C0BDD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0BDD5

Black with #C0BDD5

Text Example


Text Example

White with #C0BDD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0BDD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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