Html Css Color HEX #C0BFBE Pale Slate

📋 copy color: '#C0BFBE'

red 192 ◦ green 191 ◦ blue 190

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

Shades of Pale Slate #C0BFBE

Tints of Pale Slate #C0BFBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 33.16%

R = 33.51%
G = 33.33%
B = 33.16%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.01

 K value IS 0.25

RGB Variations

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

Color information

#C0BFBE (or 0xC0BFBE) is known color: Pale Slate. HEX triplet: C0, BF and BE. RGB value is (192,191,190). Sum of RGB (Red+Green+Blue) = 192+191+190=573 (75% of max value = 765). Red value is 192 (75.39% from 255 or 33.51% from 573); Green value is 191 (75% from 255 or 33.33% from 573); Blue value is 190 (74.61% from 255 or 33.16% from 573); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BFBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0BFBE is #3F4041. Grayscale: #BFBFBF. Windows color (decimal): -4145218 or 12500928. OLE color: 12500928.

HSL color Cylindrical-coordinate representation of color #C0BFBE: hue angle of 30º degrees, saturation: 0.02, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #C0BFBE is Cyan = 0, Magento = 0.01, Yellow = 0.01 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 191 190 -
CMYK 0 0.01 0.01 0.25
HSL 30º 0.02% 0.75% -
HSV(B) 30º 0.01% 0.75% -
XYZ 49.66 52.19 56.17 -
YUV 191.19 127.33 128.58 -
System Red Green Blue C M Y K H S L
Decimal 192 191 190 0 0.01 0.01 0.25 30 0.02 0.75
Hex C0 BF BE 0 1 1 19 1E 2 4B
Octal 300 277 276 0 1 1 31 36 2 113
Binary 11000000 10111111 10111110 0 1 1 11001 11110 10 1001011

Color Harmonies of #C0BFBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0BFBE

Black with #C0BFBE

Text Example


Text Example

White with #C0BFBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0BFBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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