Html Css Color HEX #B4AEBB French Grey

📋 copy color: '#B4AEBB'

red 180 ◦ green 174 ◦ blue 187

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

Shades of French Grey #B4AEBB

Tints of French Grey #B4AEBB

RGB

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

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

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

R = 33.27%
G = 32.16%
B = 34.57%

CMYK

 C value IS 0.04

 M value IS 0.07

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B4AEBB (or 0xB4AEBB) is known color: French Grey. HEX triplet: B4, AE and BB. RGB value is (180,174,187). Sum of RGB (Red+Green+Blue) = 180+174+187=541 (71% of max value = 765). Red value is 180 (70.70% from 255 or 33.27% from 541); Green value is 174 (68.36% from 255 or 32.16% from 541); Blue value is 187 (73.44% from 255 or 34.57% from 541); Max value from RGB is 187 - color contains mainly: blue. Hex color #B4AEBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B4AEBB is #4B5144. Grayscale: #B1B1B1. Windows color (decimal): -4936005 or 12299956. OLE color: 12299956.

HSL color Cylindrical-coordinate representation of color #B4AEBB: hue angle of 267.69º degrees, saturation: 0.09, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #B4AEBB is Cyan = 0.04, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 180 174 187 -
CMYK 0.04 0.07 0 0.27
HSL 267.69º 0.09% 0.71% -
HSV(B) 267.69º 0.07% 0.73% -
XYZ 42.93 43.56 53.16 -
YUV 177.28 133.49 129.94 -
System Red Green Blue C M Y K H S L
Decimal 180 174 187 0.04 0.07 0 0.27 267.69 0.09 0.71
Hex B4 AE BB 4 7 0 1B 10C 9 47
Octal 264 256 273 4 7 0 33 414 11 107
Binary 10110100 10101110 10111011 100 111 0 11011 100001100 1001 1000111

Color Harmonies of #B4AEBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4AEBB

Black with #B4AEBB

Text Example


Text Example

White with #B4AEBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4AEBB; }

 p { color: rgb(180,174,187); }

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

background-color css

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

 a { background-color: rgb(180,174,187); }

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

border-color css

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

 span { border-color: rgb(180,174,187); }

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