Html Css Color HEX #C0BCE1 Lavender Grey

📋 copy color: '#C0BCE1'

red 192 ◦ green 188 ◦ blue 225

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

Shades of Lavender Grey #C0BCE1

Tints of Lavender Grey #C0BCE1

RGB

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

 GREEN value IS 188 (73.83% from 255) = 31.07%

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

R = 31.74%
G = 31.07%
B = 37.19%

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

#C0BCE1 (or 0xC0BCE1) is known color: Lavender Grey. HEX triplet: C0, BC and E1. RGB value is (192,188,225). Sum of RGB (Red+Green+Blue) = 192+188+225=605 (80% of max value = 765). Red value is 192 (75.39% from 255 or 31.74% from 605); Green value is 188 (73.83% from 255 or 31.07% from 605); Blue value is 225 (88.28% from 255 or 37.19% from 605); Max value from RGB is 225 - color contains mainly: blue. Hex color #C0BCE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0BCE1 is #3F431E. Grayscale: #C1C1C1. Windows color (decimal): -4145951 or 14793920. OLE color: 14793920.

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

Color convert

RGB 192 188 225 -
CMYK 0.15 0.16 0 0.12
HSL 246.49º 0.38% 0.81% -
HSV(B) 246.49º 0.16% 0.88% -
XYZ 53.31 52.61 78.58 -
YUV 193.41 145.83 126.99 -
System Red Green Blue C M Y K H S L
Decimal 192 188 225 0.15 0.16 0 0.12 246.49 0.38 0.81
Hex C0 BC E1 F 10 0 C F6 26 51
Octal 300 274 341 17 20 0 14 366 46 121
Binary 11000000 10111100 11100001 1111 10000 0 1100 11110110 100110 1010001

Color Harmonies of #C0BCE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0BCE1

Black with #C0BCE1

Text Example


Text Example

White with #C0BCE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0BCE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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