Html Css Color HEX #C0BEE1 Lavender Grey

📋 copy color: '#C0BEE1'

red 192 ◦ green 190 ◦ blue 225

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

Shades of Lavender Grey #C0BEE1

Tints of Lavender Grey #C0BEE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 37.07%

R = 31.63%
G = 31.3%
B = 37.07%

CMYK

 C value IS 0.15

 M value IS 0.16

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#C0BEE1 (or 0xC0BEE1) is known color: Lavender Grey. HEX triplet: C0, BE and E1. RGB value is (192,190,225). Sum of RGB (Red+Green+Blue) = 192+190+225=607 (80% of max value = 765). Red value is 192 (75.39% from 255 or 31.63% from 607); Green value is 190 (74.61% from 255 or 31.30% from 607); Blue value is 225 (88.28% from 255 or 37.07% from 607); Max value from RGB is 225 - color contains mainly: blue. Hex color #C0BEE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0BEE1 is #3F411E. Grayscale: #C2C2C2. Windows color (decimal): -4145439 or 14794432. OLE color: 14794432.

HSL color Cylindrical-coordinate representation of color #C0BEE1: hue angle of 243.43º degrees, saturation: 0.37, 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 #C0BEE1 is Cyan = 0.15, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 192 190 225 -
CMYK 0.15 0.16 0 0.12
HSL 243.43º 0.37% 0.81% -
HSV(B) 243.43º 0.16% 0.88% -
XYZ 53.74 53.47 78.72 -
YUV 194.59 145.16 126.15 -
System Red Green Blue C M Y K H S L
Decimal 192 190 225 0.15 0.16 0 0.12 243.43 0.37 0.81
Hex C0 BE E1 F 10 0 C F3 25 51
Octal 300 276 341 17 20 0 14 363 45 121
Binary 11000000 10111110 11100001 1111 10000 0 1100 11110011 100101 1010001

Color Harmonies of #C0BEE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0BEE1

Black with #C0BEE1

Text Example


Text Example

White with #C0BEE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0BEE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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