Html Css Color HEX #B5B0BC French Grey

📋 copy color: '#B5B0BC'

red 181 ◦ green 176 ◦ blue 188

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

Shades of French Grey #B5B0BC

Tints of French Grey #B5B0BC

RGB

 RED value IS 181 (71.09% from 255) = 33.21%

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

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

R = 33.21%
G = 32.29%
B = 34.5%

CMYK

 C value IS 0.04

 M value IS 0.06

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B5B0BC (or 0xB5B0BC) is known color: French Grey. HEX triplet: B5, B0 and BC. RGB value is (181,176,188). Sum of RGB (Red+Green+Blue) = 181+176+188=545 (72% of max value = 765). Red value is 181 (71.09% from 255 or 33.21% from 545); Green value is 176 (69.14% from 255 or 32.29% from 545); Blue value is 188 (73.83% from 255 or 34.50% from 545); Max value from RGB is 188 - color contains mainly: blue. Hex color #B5B0BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B5B0BC is #4A4F43. Grayscale: #B2B2B2. Windows color (decimal): -4869956 or 12366005. OLE color: 12366005.

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

Color convert

RGB 181 176 188 -
CMYK 0.04 0.06 0 0.26
HSL 265º 0.08% 0.71% -
HSV(B) 265º 0.06% 0.74% -
XYZ 43.66 44.51 53.87 -
YUV 178.86 133.16 129.52 -
System Red Green Blue C M Y K H S L
Decimal 181 176 188 0.04 0.06 0 0.26 265 0.08 0.71
Hex B5 B0 BC 4 6 0 1A 109 8 47
Octal 265 260 274 4 6 0 32 411 10 107
Binary 10110101 10110000 10111100 100 110 0 11010 100001001 1000 1000111

Color Harmonies of #B5B0BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5B0BC

Black with #B5B0BC

Text Example


Text Example

White with #B5B0BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5B0BC; }

 p { color: rgb(181,176,188); }

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

background-color css

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

 a { background-color: rgb(181,176,188); }

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

border-color css

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

 span { border-color: rgb(181,176,188); }

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