Html Css Color HEX #B2AEBB French Grey

📋 copy color: '#B2AEBB'

red 178 ◦ green 174 ◦ blue 187

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

Shades of French Grey #B2AEBB

Tints of French Grey #B2AEBB

RGB

 RED value IS 178 (69.92% from 255) = 33.02%

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

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

R = 33.02%
G = 32.28%
B = 34.69%

CMYK

 C value IS 0.05

 M value IS 0.07

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B2AEBB (or 0xB2AEBB) is known color: French Grey. HEX triplet: B2, AE and BB. RGB value is (178,174,187). Sum of RGB (Red+Green+Blue) = 178+174+187=539 (71% of max value = 765). Red value is 178 (69.92% from 255 or 33.02% from 539); Green value is 174 (68.36% from 255 or 32.28% from 539); Blue value is 187 (73.44% from 255 or 34.69% from 539); Max value from RGB is 187 - color contains mainly: blue. Hex color #B2AEBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B2AEBB is #4D5144. Grayscale: #B0B0B0. Windows color (decimal): -5067077 or 12299954. OLE color: 12299954.

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

Color convert

RGB 178 174 187 -
CMYK 0.05 0.07 0 0.27
HSL 258.46º 0.09% 0.71% -
HSV(B) 258.46º 0.07% 0.73% -
XYZ 42.47 43.32 53.14 -
YUV 176.68 133.83 128.94 -
System Red Green Blue C M Y K H S L
Decimal 178 174 187 0.05 0.07 0 0.27 258.46 0.09 0.71
Hex B2 AE BB 5 7 0 1B 102 9 47
Octal 262 256 273 5 7 0 33 402 11 107
Binary 10110010 10101110 10111011 101 111 0 11011 100000010 1001 1000111

Color Harmonies of #B2AEBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2AEBB

Black with #B2AEBB

Text Example


Text Example

White with #B2AEBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2AEBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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