Html Css Color HEX #C0BFEB Lavender Grey

📋 copy color: '#C0BFEB'

red 192 ◦ green 191 ◦ blue 235

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

Shades of Lavender Grey #C0BFEB

Tints of Lavender Grey #C0BFEB

RGB

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

 GREEN value IS 191 (75% from 255) = 30.91%

 BLUE value IS 235 (92.19% from 255) = 38.03%

R = 31.07%
G = 30.91%
B = 38.03%

CMYK

 C value IS 0.18

 M value IS 0.19

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C0BFEB (or 0xC0BFEB) is known color: Lavender Grey. HEX triplet: C0, BF and EB. RGB value is (192,191,235). Sum of RGB (Red+Green+Blue) = 192+191+235=618 (81% of max value = 765). Red value is 192 (75.39% from 255 or 31.07% from 618); Green value is 191 (75% from 255 or 30.91% from 618); Blue value is 235 (92.19% from 255 or 38.03% from 618); Max value from RGB is 235 - color contains mainly: blue. Hex color #C0BFEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0BFEB is #3F4014. Grayscale: #C4C4C4. Windows color (decimal): -4145173 or 15450048. OLE color: 15450048.

HSL color Cylindrical-coordinate representation of color #C0BFEB: hue angle of 241.36º degrees, saturation: 0.52, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C0BFEB is Cyan = 0.18, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 192 191 235 -
CMYK 0.18 0.19 0 0.08
HSL 241.36º 0.52% 0.84% -
HSV(B) 241.36º 0.19% 0.92% -
XYZ 55.36 54.47 86.19 -
YUV 196.32 149.83 124.92 -
System Red Green Blue C M Y K H S L
Decimal 192 191 235 0.18 0.19 0 0.08 241.36 0.52 0.84
Hex C0 BF EB 12 13 0 8 F1 34 54
Octal 300 277 353 22 23 0 10 361 64 124
Binary 11000000 10111111 11101011 10010 10011 0 1000 11110001 110100 1010100

Color Harmonies of #C0BFEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0BFEB

Black with #C0BFEB

Text Example


Text Example

White with #C0BFEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0BFEB; }

 p { color: rgb(192,191,235); }

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

background-color css

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

 a { background-color: rgb(192,191,235); }

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

border-color css

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

 span { border-color: rgb(192,191,235); }

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