Html Css Color HEX #C0BBE0 Lavender Grey

📋 copy color: '#C0BBE0'

red 192 ◦ green 187 ◦ blue 224

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

Shades of Lavender Grey #C0BBE0

Tints of Lavender Grey #C0BBE0

RGB

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

 GREEN value IS 187 (73.44% from 255) = 31.01%

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

R = 31.84%
G = 31.01%
B = 37.15%

CMYK

 C value IS 0.14

 M value IS 0.17

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#C0BBE0 (or 0xC0BBE0) is known color: Lavender Grey. HEX triplet: C0, BB and E0. RGB value is (192,187,224). Sum of RGB (Red+Green+Blue) = 192+187+224=603 (79% of max value = 765). Red value is 192 (75.39% from 255 or 31.84% from 603); Green value is 187 (73.44% from 255 or 31.01% from 603); Blue value is 224 (87.89% from 255 or 37.15% from 603); Max value from RGB is 224 - color contains mainly: blue. Hex color #C0BBE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0BBE0 is #3F441F. Grayscale: #C0C0C0. Windows color (decimal): -4146208 or 14728128. OLE color: 14728128.

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

Color convert

RGB 192 187 224 -
CMYK 0.14 0.17 0 0.12
HSL 248.11º 0.37% 0.81% -
HSV(B) 248.11º 0.17% 0.88% -
XYZ 52.96 52.13 77.79 -
YUV 192.71 145.66 127.49 -
System Red Green Blue C M Y K H S L
Decimal 192 187 224 0.14 0.17 0 0.12 248.11 0.37 0.81
Hex C0 BB E0 E 11 0 C F8 25 51
Octal 300 273 340 16 21 0 14 370 45 121
Binary 11000000 10111011 11100000 1110 10001 0 1100 11111000 100101 1010001

Color Harmonies of #C0BBE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0BBE0

Black with #C0BBE0

Text Example


Text Example

White with #C0BBE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0BBE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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