Html Css Color HEX #C0BDBC Pale Slate

📋 copy color: '#C0BDBC'

red 192 ◦ green 189 ◦ blue 188

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

Shades of Pale Slate #C0BDBC

Tints of Pale Slate #C0BDBC

RGB

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

 GREEN value IS 189 (74.22% from 255) = 33.22%

 BLUE value IS 188 (73.83% from 255) = 33.04%

R = 33.74%
G = 33.22%
B = 33.04%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.02

 K value IS 0.25

RGB Variations

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

Color information

#C0BDBC (or 0xC0BDBC) is known color: Pale Slate. HEX triplet: C0, BD and BC. RGB value is (192,189,188). Sum of RGB (Red+Green+Blue) = 192+189+188=569 (75% of max value = 765). Red value is 192 (75.39% from 255 or 33.74% from 569); Green value is 189 (74.22% from 255 or 33.22% from 569); Blue value is 188 (73.83% from 255 or 33.04% from 569); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BDBC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0BDBC is #3F4243. Grayscale: #BDBDBD. Windows color (decimal): -4145732 or 12369344. OLE color: 12369344.

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

Color convert

RGB 192 189 188 -
CMYK 0 0.02 0.02 0.25
HSL 15º 0.03% 0.75% -
HSV(B) 15º 0.02% 0.75% -
XYZ 49.01 51.23 54.88 -
YUV 189.78 126.99 129.58 -
System Red Green Blue C M Y K H S L
Decimal 192 189 188 0 0.02 0.02 0.25 15 0.03 0.75
Hex C0 BD BC 0 2 2 19 F 3 4B
Octal 300 275 274 0 2 2 31 17 3 113
Binary 11000000 10111101 10111100 0 10 10 11001 1111 11 1001011

Color Harmonies of #C0BDBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0BDBC

Black with #C0BDBC

Text Example


Text Example

White with #C0BDBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0BDBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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