Html Css Color HEX #C3BEBB Pale Slate

📋 copy color: '#C3BEBB'

red 195 ◦ green 190 ◦ blue 187

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

Shades of Pale Slate #C3BEBB

Tints of Pale Slate #C3BEBB

RGB

 RED value IS 195 (76.56% from 255) = 34.09%

 GREEN value IS 190 (74.61% from 255) = 33.22%

 BLUE value IS 187 (73.44% from 255) = 32.69%

R = 34.09%
G = 33.22%
B = 32.69%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.04

 K value IS 0.24

RGB Variations

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

Color information

#C3BEBB (or 0xC3BEBB) is known color: Pale Slate. HEX triplet: C3, BE and BB. RGB value is (195,190,187). Sum of RGB (Red+Green+Blue) = 195+190+187=572 (75% of max value = 765). Red value is 195 (76.56% from 255 or 34.09% from 572); Green value is 190 (74.61% from 255 or 33.22% from 572); Blue value is 187 (73.44% from 255 or 32.69% from 572); Max value from RGB is 195 - color contains mainly: red. Hex color #C3BEBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3BEBB is #3C4144. Grayscale: #BFBFBF. Windows color (decimal): -3948869 or 12304067. OLE color: 12304067.

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

Color convert

RGB 195 190 187 -
CMYK 0 0.03 0.04 0.24
HSL 22.5º 0.06% 0.75% -
HSV(B) 22.5º 0.04% 0.76% -
XYZ 49.89 52.02 54.42 -
YUV 191.15 125.66 130.74 -
System Red Green Blue C M Y K H S L
Decimal 195 190 187 0 0.03 0.04 0.24 22.5 0.06 0.75
Hex C3 BE BB 0 3 4 18 16 6 4B
Octal 303 276 273 0 3 4 30 26 6 113
Binary 11000011 10111110 10111011 0 11 100 11000 10110 110 1001011

Color Harmonies of #C3BEBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3BEBB

Black with #C3BEBB

Text Example


Text Example

White with #C3BEBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3BEBB; }

 p { color: rgb(195,190,187); }

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

background-color css

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

 a { background-color: rgb(195,190,187); }

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

border-color css

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

 span { border-color: rgb(195,190,187); }

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