Html Css Color HEX #B7AEC1 French Grey

📋 copy color: '#B7AEC1'

red 183 ◦ green 174 ◦ blue 193

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

Shades of French Grey #B7AEC1

Tints of French Grey #B7AEC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 35.09%

R = 33.27%
G = 31.64%
B = 35.09%

CMYK

 C value IS 0.05

 M value IS 0.10

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#B7AEC1 (or 0xB7AEC1) is known color: French Grey. HEX triplet: B7, AE and C1. RGB value is (183,174,193). Sum of RGB (Red+Green+Blue) = 183+174+193=550 (72% of max value = 765). Red value is 183 (71.88% from 255 or 33.27% from 550); Green value is 174 (68.36% from 255 or 31.64% from 550); Blue value is 193 (75.78% from 255 or 35.09% from 550); Max value from RGB is 193 - color contains mainly: blue. Hex color #B7AEC1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B7AEC1 is #48513E. Grayscale: #B2B2B2. Windows color (decimal): -4739391 or 12693175. OLE color: 12693175.

HSL color Cylindrical-coordinate representation of color #B7AEC1: hue angle of 268.42º degrees, saturation: 0.13, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B7AEC1 is Cyan = 0.05, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 183 174 193 -
CMYK 0.05 0.10 0 0.24
HSL 268.42º 0.13% 0.72% -
HSV(B) 268.42º 0.1% 0.76% -
XYZ 44.29 44.19 56.65 -
YUV 178.86 135.98 130.96 -
System Red Green Blue C M Y K H S L
Decimal 183 174 193 0.05 0.10 0 0.24 268.42 0.13 0.72
Hex B7 AE C1 5 A 0 18 10C D 48
Octal 267 256 301 5 12 0 30 414 15 110
Binary 10110111 10101110 11000001 101 1010 0 11000 100001100 1101 1001000

Color Harmonies of #B7AEC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7AEC1

Black with #B7AEC1

Text Example


Text Example

White with #B7AEC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7AEC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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