Html Css Color HEX #CABEBA Pale Slate

📋 copy color: '#CABEBA'

red 202 ◦ green 190 ◦ blue 186

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

Shades of Pale Slate #CABEBA

Tints of Pale Slate #CABEBA

RGB

 RED value IS 202 (79.3% from 255) = 34.95%

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

 BLUE value IS 186 (73.05% from 255) = 32.18%

R = 34.95%
G = 32.87%
B = 32.18%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.08

 K value IS 0.21

RGB Variations

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

Color information

#CABEBA (or 0xCABEBA) is known color: Pale Slate. HEX triplet: CA, BE and BA. RGB value is (202,190,186). Sum of RGB (Red+Green+Blue) = 202+190+186=578 (76% of max value = 765). Red value is 202 (79.30% from 255 or 34.95% from 578); Green value is 190 (74.61% from 255 or 32.87% from 578); Blue value is 186 (73.05% from 255 or 32.18% from 578); Max value from RGB is 202 - color contains mainly: red. Hex color #CABEBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CABEBA is #354145. Grayscale: #C1C1C1. Windows color (decimal): -3490118 or 12238538. OLE color: 12238538.

HSL color Cylindrical-coordinate representation of color #CABEBA: hue angle of 15º degrees, saturation: 0.13, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CABEBA is Cyan = 0, Magento = 0.06, Yellow = 0.08 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 190 186 -
CMYK 0 0.06 0.08 0.21
HSL 15º 0.13% 0.76% -
HSV(B) 15º 0.08% 0.79% -
XYZ 51.63 52.93 53.95 -
YUV 193.13 123.98 134.33 -
System Red Green Blue C M Y K H S L
Decimal 202 190 186 0 0.06 0.08 0.21 15 0.13 0.76
Hex CA BE BA 0 6 8 15 F D 4C
Octal 312 276 272 0 6 10 25 17 15 114
Binary 11001010 10111110 10111010 0 110 1000 10101 1111 1101 1001100

Color Harmonies of #CABEBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CABEBA

Black with #CABEBA

Text Example


Text Example

White with #CABEBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CABEBA; }

 p { color: rgb(202,190,186); }

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

background-color css

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

 a { background-color: rgb(202,190,186); }

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

border-color css

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

 span { border-color: rgb(202,190,186); }

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