Html Css Color HEX #B7B0C4 French Grey

📋 copy color: '#B7B0C4'

red 183 ◦ green 176 ◦ blue 196

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

Shades of French Grey #B7B0C4

Tints of French Grey #B7B0C4

RGB

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

 GREEN value IS 176 (69.14% from 255) = 31.71%

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

R = 32.97%
G = 31.71%
B = 35.32%

CMYK

 C value IS 0.07

 M value IS 0.10

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#B7B0C4 (or 0xB7B0C4) is known color: French Grey. HEX triplet: B7, B0 and C4. RGB value is (183,176,196). Sum of RGB (Red+Green+Blue) = 183+176+196=555 (73% of max value = 765). Red value is 183 (71.88% from 255 or 32.97% from 555); Green value is 176 (69.14% from 255 or 31.71% 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 #B7B0C4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B7B0C4 is #484F3B. Grayscale: #B4B4B4. Windows color (decimal): -4738876 or 12890295. OLE color: 12890295.

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

Color convert

RGB 183 176 196 -
CMYK 0.07 0.10 0 0.23
HSL 261º 0.14% 0.73% -
HSV(B) 261º 0.1% 0.77% -
XYZ 45.02 45.1 58.56 -
YUV 180.37 136.82 129.87 -
System Red Green Blue C M Y K H S L
Decimal 183 176 196 0.07 0.10 0 0.23 261 0.14 0.73
Hex B7 B0 C4 7 A 0 17 105 E 49
Octal 267 260 304 7 12 0 27 405 16 111
Binary 10110111 10110000 11000100 111 1010 0 10111 100000101 1110 1001001

Color Harmonies of #B7B0C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7B0C4

Black with #B7B0C4

Text Example


Text Example

White with #B7B0C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7B0C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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