Html Css Color HEX #B4ADBE French Grey

📋 copy color: '#B4ADBE'

red 180 ◦ green 173 ◦ blue 190

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

Shades of French Grey #B4ADBE

Tints of French Grey #B4ADBE

RGB

 RED value IS 180 (70.7% from 255) = 33.15%

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

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

R = 33.15%
G = 31.86%
B = 34.99%

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

#B4ADBE (or 0xB4ADBE) is known color: French Grey. HEX triplet: B4, AD and BE. RGB value is (180,173,190). Sum of RGB (Red+Green+Blue) = 180+173+190=543 (71% of max value = 765). Red value is 180 (70.70% from 255 or 33.15% from 543); Green value is 173 (67.97% from 255 or 31.86% from 543); Blue value is 190 (74.61% from 255 or 34.99% from 543); Max value from RGB is 190 - color contains mainly: blue. Hex color #B4ADBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B4ADBE is #4B5241. Grayscale: #B0B0B0. Windows color (decimal): -4936258 or 12496308. OLE color: 12496308.

HSL color Cylindrical-coordinate representation of color #B4ADBE: hue angle of 264.71º 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 #B4ADBE is Cyan = 0.05, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 180 173 190 -
CMYK 0.05 0.09 0 0.25
HSL 264.71º 0.12% 0.71% -
HSV(B) 264.71º 0.09% 0.75% -
XYZ 43.06 43.31 54.8 -
YUV 177.03 135.32 130.12 -
System Red Green Blue C M Y K H S L
Decimal 180 173 190 0.05 0.09 0 0.25 264.71 0.12 0.71
Hex B4 AD BE 5 9 0 19 109 C 47
Octal 264 255 276 5 11 0 31 411 14 107
Binary 10110100 10101101 10111110 101 1001 0 11001 100001001 1100 1000111

Color Harmonies of #B4ADBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4ADBE

Black with #B4ADBE

Text Example


Text Example

White with #B4ADBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4ADBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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