Html Css Color HEX #C0BEE5 Lavender Grey

📋 copy color: '#C0BEE5'

red 192 ◦ green 190 ◦ blue 229

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

Shades of Lavender Grey #C0BEE5

Tints of Lavender Grey #C0BEE5

RGB

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

 GREEN value IS 190 (74.61% from 255) = 31.1%

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

R = 31.42%
G = 31.1%
B = 37.48%

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

#C0BEE5 (or 0xC0BEE5) is known color: Lavender Grey. HEX triplet: C0, BE and E5. RGB value is (192,190,229). Sum of RGB (Red+Green+Blue) = 192+190+229=611 (80% of max value = 765). Red value is 192 (75.39% from 255 or 31.42% from 611); Green value is 190 (74.61% from 255 or 31.10% from 611); Blue value is 229 (89.84% from 255 or 37.48% from 611); Max value from RGB is 229 - color contains mainly: blue. Hex color #C0BEE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0BEE5 is #3F411A. Grayscale: #C2C2C2. Windows color (decimal): -4145435 or 15056576. OLE color: 15056576.

HSL color Cylindrical-coordinate representation of color #C0BEE5: hue angle of 243.08º 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 #C0BEE5 is Cyan = 0.16, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 192 190 229 -
CMYK 0.16 0.17 0 0.10
HSL 243.08º 0.43% 0.82% -
HSV(B) 243.08º 0.17% 0.9% -
XYZ 54.29 53.69 81.63 -
YUV 195.04 147.16 125.83 -
System Red Green Blue C M Y K H S L
Decimal 192 190 229 0.16 0.17 0 0.10 243.08 0.43 0.82
Hex C0 BE E5 10 11 0 A F3 2B 52
Octal 300 276 345 20 21 0 12 363 53 122
Binary 11000000 10111110 11100101 10000 10001 0 1010 11110011 101011 1010010

Color Harmonies of #C0BEE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0BEE5

Black with #C0BEE5

Text Example


Text Example

White with #C0BEE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0BEE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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