Html Css Color HEX #B7AEC4 French Grey

📋 copy color: '#B7AEC4'

red 183 ◦ green 174 ◦ blue 196

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

Shades of French Grey #B7AEC4

Tints of French Grey #B7AEC4

RGB

 RED value IS 183 (71.88% from 255) = 33.09%

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

 BLUE value IS 196 (76.95% from 255) = 35.44%

R = 33.09%
G = 31.46%
B = 35.44%

CMYK

 C value IS 0.07

 M value IS 0.11

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#B7AEC4 (or 0xB7AEC4) is known color: French Grey. HEX triplet: B7, AE and C4. RGB value is (183,174,196). Sum of RGB (Red+Green+Blue) = 183+174+196=553 (73% of max value = 765). Red value is 183 (71.88% from 255 or 33.09% from 553); Green value is 174 (68.36% from 255 or 31.46% from 553); Blue value is 196 (76.95% from 255 or 35.44% from 553); Max value from RGB is 196 - color contains mainly: blue. Hex color #B7AEC4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B7AEC4 is #48513B. Grayscale: #B3B3B3. Windows color (decimal): -4739388 or 12889783. OLE color: 12889783.

HSL color Cylindrical-coordinate representation of color #B7AEC4: hue angle of 264.55º degrees, saturation: 0.16, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #B7AEC4 is Cyan = 0.07, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 183 174 196 -
CMYK 0.07 0.11 0 0.23
HSL 264.55º 0.16% 0.73% -
HSV(B) 264.55º 0.11% 0.77% -
XYZ 44.63 44.32 58.43 -
YUV 179.2 137.48 130.71 -
System Red Green Blue C M Y K H S L
Decimal 183 174 196 0.07 0.11 0 0.23 264.55 0.16 0.73
Hex B7 AE C4 7 B 0 17 109 10 49
Octal 267 256 304 7 13 0 27 411 20 111
Binary 10110111 10101110 11000100 111 1011 0 10111 100001001 10000 1001001

Color Harmonies of #B7AEC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7AEC4

Black with #B7AEC4

Text Example


Text Example

White with #B7AEC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7AEC4; }

 p { color: rgb(183,174,196); }

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

background-color css

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

 a { background-color: rgb(183,174,196); }

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

border-color css

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

 span { border-color: rgb(183,174,196); }

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