Html Css Color HEX #B9AEC4 French Grey

📋 copy color: '#B9AEC4'

red 185 ◦ green 174 ◦ blue 196

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

Shades of French Grey #B9AEC4

Tints of French Grey #B9AEC4

RGB

 RED value IS 185 (72.66% from 255) = 33.33%

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

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

R = 33.33%
G = 31.35%
B = 35.32%

CMYK

 C value IS 0.06

 M value IS 0.11

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#B9AEC4 (or 0xB9AEC4) is known color: French Grey. HEX triplet: B9, AE and C4. RGB value is (185,174,196). Sum of RGB (Red+Green+Blue) = 185+174+196=555 (73% of max value = 765). Red value is 185 (72.66% from 255 or 33.33% from 555); Green value is 174 (68.36% from 255 or 31.35% from 555); Blue value is 196 (76.95% from 255 or 35.32% from 555); Max value from RGB is 196 - color contains mainly: blue. Hex color #B9AEC4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B9AEC4 is #46513B. Grayscale: #B3B3B3. Windows color (decimal): -4608316 or 12889785. OLE color: 12889785.

HSL color Cylindrical-coordinate representation of color #B9AEC4: hue angle of 270º 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 #B9AEC4 is Cyan = 0.06, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 185 174 196 -
CMYK 0.06 0.11 0 0.23
HSL 270º 0.16% 0.73% -
HSV(B) 270º 0.11% 0.77% -
XYZ 45.11 44.57 58.45 -
YUV 179.8 137.14 131.71 -
System Red Green Blue C M Y K H S L
Decimal 185 174 196 0.06 0.11 0 0.23 270 0.16 0.73
Hex B9 AE C4 6 B 0 17 10E 10 49
Octal 271 256 304 6 13 0 27 416 20 111
Binary 10111001 10101110 11000100 110 1011 0 10111 100001110 10000 1001001

Color Harmonies of #B9AEC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9AEC4

Black with #B9AEC4

Text Example


Text Example

White with #B9AEC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9AEC4; }

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

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

background-color css

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

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

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

border-color css

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

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

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