Html Css Color HEX #C0BDE5 Lavender Grey

📋 copy color: '#C0BDE5'

red 192 ◦ green 189 ◦ blue 229

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

Shades of Lavender Grey #C0BDE5

Tints of Lavender Grey #C0BDE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 37.54%

R = 31.48%
G = 30.98%
B = 37.54%

CMYK

 C value IS 0.16

 M value IS 0.17

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#C0BDE5 (or 0xC0BDE5) is known color: Lavender Grey. HEX triplet: C0, BD and E5. RGB value is (192,189,229). Sum of RGB (Red+Green+Blue) = 192+189+229=610 (80% of max value = 765). Red value is 192 (75.39% from 255 or 31.48% from 610); Green value is 189 (74.22% from 255 or 30.98% from 610); Blue value is 229 (89.84% from 255 or 37.54% from 610); Max value from RGB is 229 - color contains mainly: blue. Hex color #C0BDE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0BDE5 is #3F421A. Grayscale: #C2C2C2. Windows color (decimal): -4145691 or 15056320. OLE color: 15056320.

HSL color Cylindrical-coordinate representation of color #C0BDE5: hue angle of 244.5º degrees, saturation: 0.43, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C0BDE5 is Cyan = 0.16, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 192 189 229 -
CMYK 0.16 0.17 0 0.10
HSL 244.5º 0.43% 0.82% -
HSV(B) 244.5º 0.17% 0.9% -
XYZ 54.08 53.26 81.56 -
YUV 194.46 147.49 126.25 -
System Red Green Blue C M Y K H S L
Decimal 192 189 229 0.16 0.17 0 0.10 244.5 0.43 0.82
Hex C0 BD E5 10 11 0 A F4 2B 52
Octal 300 275 345 20 21 0 12 364 53 122
Binary 11000000 10111101 11100101 10000 10001 0 1010 11110100 101011 1010010

Color Harmonies of #C0BDE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0BDE5

Black with #C0BDE5

Text Example


Text Example

White with #C0BDE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0BDE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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