Html Css Color HEX #B5AEBE French Grey

📋 copy color: '#B5AEBE'

red 181 ◦ green 174 ◦ blue 190

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

Shades of French Grey #B5AEBE

Tints of French Grey #B5AEBE

RGB

 RED value IS 181 (71.09% from 255) = 33.21%

 GREEN value IS 174 (68.36% from 255) = 31.93%

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

R = 33.21%
G = 31.93%
B = 34.86%

CMYK

 C value IS 0.05

 M value IS 0.08

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B5AEBE (or 0xB5AEBE) is known color: French Grey. HEX triplet: B5, AE and BE. RGB value is (181,174,190). Sum of RGB (Red+Green+Blue) = 181+174+190=545 (72% of max value = 765). Red value is 181 (71.09% from 255 or 33.21% from 545); Green value is 174 (68.36% from 255 or 31.93% from 545); Blue value is 190 (74.61% from 255 or 34.86% from 545); Max value from RGB is 190 - color contains mainly: blue. Hex color #B5AEBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B5AEBE is #4A5141. Grayscale: #B1B1B1. Windows color (decimal): -4870466 or 12496565. OLE color: 12496565.

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

Color convert

RGB 181 174 190 -
CMYK 0.05 0.08 0 0.25
HSL 266.25º 0.11% 0.71% -
HSV(B) 266.25º 0.08% 0.75% -
XYZ 43.49 43.81 54.88 -
YUV 177.92 134.82 130.2 -
System Red Green Blue C M Y K H S L
Decimal 181 174 190 0.05 0.08 0 0.25 266.25 0.11 0.71
Hex B5 AE BE 5 8 0 19 10A B 47
Octal 265 256 276 5 10 0 31 412 13 107
Binary 10110101 10101110 10111110 101 1000 0 11001 100001010 1011 1000111

Color Harmonies of #B5AEBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5AEBE

Black with #B5AEBE

Text Example


Text Example

White with #B5AEBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5AEBE; }

 p { color: rgb(181,174,190); }

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

background-color css

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

 a { background-color: rgb(181,174,190); }

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

border-color css

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

 span { border-color: rgb(181,174,190); }

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