Html Css Color HEX #B7B4BC French Grey

📋 copy color: '#B7B4BC'

red 183 ◦ green 180 ◦ blue 188

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

Shades of French Grey #B7B4BC

Tints of French Grey #B7B4BC

RGB

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

 GREEN value IS 180 (70.7% from 255) = 32.67%

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

R = 33.21%
G = 32.67%
B = 34.12%

CMYK

 C value IS 0.03

 M value IS 0.04

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B7B4BC (or 0xB7B4BC) is known color: French Grey. HEX triplet: B7, B4 and BC. RGB value is (183,180,188). Sum of RGB (Red+Green+Blue) = 183+180+188=551 (72% of max value = 765). Red value is 183 (71.88% from 255 or 33.21% from 551); Green value is 180 (70.70% from 255 or 32.67% from 551); Blue value is 188 (73.83% from 255 or 34.12% from 551); Max value from RGB is 188 - color contains mainly: blue. Hex color #B7B4BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7B4BC is #484B43. Grayscale: #B5B5B5. Windows color (decimal): -4737860 or 12367031. OLE color: 12367031.

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

Color convert

RGB 183 180 188 -
CMYK 0.03 0.04 0 0.26
HSL 262.5º 0.06% 0.72% -
HSV(B) 262.5º 0.04% 0.74% -
XYZ 44.93 46.34 54.15 -
YUV 181.81 131.49 128.85 -
System Red Green Blue C M Y K H S L
Decimal 183 180 188 0.03 0.04 0 0.26 262.5 0.06 0.72
Hex B7 B4 BC 3 4 0 1A 106 6 48
Octal 267 264 274 3 4 0 32 406 6 110
Binary 10110111 10110100 10111100 11 100 0 11010 100000110 110 1001000

Color Harmonies of #B7B4BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7B4BC

Black with #B7B4BC

Text Example


Text Example

White with #B7B4BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7B4BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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