Html Css Color HEX #C0BFCF Lavender Grey

📋 copy color: '#C0BFCF'

red 192 ◦ green 191 ◦ blue 207

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

Shades of Lavender Grey #C0BFCF

Tints of Lavender Grey #C0BFCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 35.08%

R = 32.54%
G = 32.37%
B = 35.08%

CMYK

 C value IS 0.07

 M value IS 0.08

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C0BFCF (or 0xC0BFCF) is known color: Lavender Grey. HEX triplet: C0, BF and CF. RGB value is (192,191,207). Sum of RGB (Red+Green+Blue) = 192+191+207=590 (78% of max value = 765). Red value is 192 (75.39% from 255 or 32.54% from 590); Green value is 191 (75% from 255 or 32.37% from 590); Blue value is 207 (81.25% from 255 or 35.08% from 590); Max value from RGB is 207 - color contains mainly: blue. Hex color #C0BFCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0BFCF is #3F4030. Grayscale: #C1C1C1. Windows color (decimal): -4145201 or 13615040. OLE color: 13615040.

HSL color Cylindrical-coordinate representation of color #C0BFCF: hue angle of 243.75º degrees, saturation: 0.14, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #C0BFCF is Cyan = 0.07, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 192 191 207 -
CMYK 0.07 0.08 0 0.19
HSL 243.75º 0.14% 0.78% -
HSV(B) 243.75º 0.08% 0.81% -
XYZ 51.63 52.97 66.54 -
YUV 193.12 135.83 127.2 -
System Red Green Blue C M Y K H S L
Decimal 192 191 207 0.07 0.08 0 0.19 243.75 0.14 0.78
Hex C0 BF CF 7 8 0 13 F4 E 4E
Octal 300 277 317 7 10 0 23 364 16 116
Binary 11000000 10111111 11001111 111 1000 0 10011 11110100 1110 1001110

Color Harmonies of #C0BFCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0BFCF

Black with #C0BFCF

Text Example


Text Example

White with #C0BFCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0BFCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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