Html Css Color HEX #B4AEBC French Grey

📋 copy color: '#B4AEBC'

red 180 ◦ green 174 ◦ blue 188

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

Shades of French Grey #B4AEBC

Tints of French Grey #B4AEBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 34.69%

R = 33.21%
G = 32.1%
B = 34.69%

CMYK

 C value IS 0.04

 M value IS 0.07

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B4AEBC (or 0xB4AEBC) is known color: French Grey. HEX triplet: B4, AE and BC. RGB value is (180,174,188). Sum of RGB (Red+Green+Blue) = 180+174+188=542 (71% of max value = 765). Red value is 180 (70.70% from 255 or 33.21% from 542); Green value is 174 (68.36% from 255 or 32.10% from 542); Blue value is 188 (73.83% from 255 or 34.69% from 542); Max value from RGB is 188 - color contains mainly: blue. Hex color #B4AEBC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B4AEBC is #4B5143. Grayscale: #B1B1B1. Windows color (decimal): -4936004 or 12365492. OLE color: 12365492.

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

Color convert

RGB 180 174 188 -
CMYK 0.04 0.07 0 0.26
HSL 265.71º 0.09% 0.71% -
HSV(B) 265.71º 0.07% 0.74% -
XYZ 43.04 43.61 53.73 -
YUV 177.39 133.99 129.86 -
System Red Green Blue C M Y K H S L
Decimal 180 174 188 0.04 0.07 0 0.26 265.71 0.09 0.71
Hex B4 AE BC 4 7 0 1A 10A 9 47
Octal 264 256 274 4 7 0 32 412 11 107
Binary 10110100 10101110 10111100 100 111 0 11010 100001010 1001 1000111

Color Harmonies of #B4AEBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4AEBC

Black with #B4AEBC

Text Example


Text Example

White with #B4AEBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4AEBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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