Html Css Color HEX #B5ADBE French Grey

📋 copy color: '#B5ADBE'

red 181 ◦ green 173 ◦ blue 190

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

Shades of French Grey #B5ADBE

Tints of French Grey #B5ADBE

RGB

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

 GREEN value IS 173 (67.97% from 255) = 31.8%

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

R = 33.27%
G = 31.8%
B = 34.93%

CMYK

 C value IS 0.05

 M value IS 0.09

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B5ADBE (or 0xB5ADBE) is known color: French Grey. HEX triplet: B5, AD and BE. RGB value is (181,173,190). Sum of RGB (Red+Green+Blue) = 181+173+190=544 (72% of max value = 765). Red value is 181 (71.09% from 255 or 33.27% from 544); Green value is 173 (67.97% from 255 or 31.80% from 544); Blue value is 190 (74.61% from 255 or 34.93% from 544); Max value from RGB is 190 - color contains mainly: blue. Hex color #B5ADBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B5ADBE is #4A5241. Grayscale: #B1B1B1. Windows color (decimal): -4870722 or 12496309. OLE color: 12496309.

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

Color convert

RGB 181 173 190 -
CMYK 0.05 0.09 0 0.25
HSL 268.24º 0.12% 0.71% -
HSV(B) 268.24º 0.09% 0.75% -
XYZ 43.29 43.43 54.82 -
YUV 177.33 135.15 130.62 -
System Red Green Blue C M Y K H S L
Decimal 181 173 190 0.05 0.09 0 0.25 268.24 0.12 0.71
Hex B5 AD BE 5 9 0 19 10C C 47
Octal 265 255 276 5 11 0 31 414 14 107
Binary 10110101 10101101 10111110 101 1001 0 11001 100001100 1100 1000111

Color Harmonies of #B5ADBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5ADBE

Black with #B5ADBE

Text Example


Text Example

White with #B5ADBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5ADBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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