Html Css Color HEX #C0BDE0 Lavender Grey

📋 copy color: '#C0BDE0'

red 192 ◦ green 189 ◦ blue 224

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

Shades of Lavender Grey #C0BDE0

Tints of Lavender Grey #C0BDE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 37.02%

R = 31.74%
G = 31.24%
B = 37.02%

CMYK

 C value IS 0.14

 M value IS 0.16

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#C0BDE0 (or 0xC0BDE0) is known color: Lavender Grey. HEX triplet: C0, BD and E0. RGB value is (192,189,224). Sum of RGB (Red+Green+Blue) = 192+189+224=605 (80% of max value = 765). Red value is 192 (75.39% from 255 or 31.74% from 605); Green value is 189 (74.22% from 255 or 31.24% from 605); Blue value is 224 (87.89% from 255 or 37.02% from 605); Max value from RGB is 224 - color contains mainly: blue. Hex color #C0BDE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0BDE0 is #3F421F. Grayscale: #C1C1C1. Windows color (decimal): -4145696 or 14728640. OLE color: 14728640.

HSL color Cylindrical-coordinate representation of color #C0BDE0: hue angle of 245.14º degrees, saturation: 0.36, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C0BDE0 is Cyan = 0.14, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 192 189 224 -
CMYK 0.14 0.16 0 0.12
HSL 245.14º 0.36% 0.81% -
HSV(B) 245.14º 0.16% 0.88% -
XYZ 53.39 52.98 77.93 -
YUV 193.89 144.99 126.65 -
System Red Green Blue C M Y K H S L
Decimal 192 189 224 0.14 0.16 0 0.12 245.14 0.36 0.81
Hex C0 BD E0 E 10 0 C F5 24 51
Octal 300 275 340 16 20 0 14 365 44 121
Binary 11000000 10111101 11100000 1110 10000 0 1100 11110101 100100 1010001

Color Harmonies of #C0BDE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0BDE0

Black with #C0BDE0

Text Example


Text Example

White with #C0BDE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0BDE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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