Html Css Color HEX #BBB4C6 French Grey

📋 copy color: '#BBB4C6'

red 187 ◦ green 180 ◦ blue 198

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

Shades of French Grey #BBB4C6

Tints of French Grey #BBB4C6

RGB

 RED value IS 187 (73.44% from 255) = 33.1%

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

 BLUE value IS 198 (77.73% from 255) = 35.04%

R = 33.1%
G = 31.86%
B = 35.04%

CMYK

 C value IS 0.06

 M value IS 0.09

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#BBB4C6 (or 0xBBB4C6) is known color: French Grey. HEX triplet: BB, B4 and C6. RGB value is (187,180,198). Sum of RGB (Red+Green+Blue) = 187+180+198=565 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.10% from 565); Green value is 180 (70.70% from 255 or 31.86% from 565); Blue value is 198 (77.73% from 255 or 35.04% from 565); Max value from RGB is 198 - color contains mainly: blue. Hex color #BBB4C6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBB4C6 is #444B39. Grayscale: #B8B8B8. Windows color (decimal): -4475706 or 13022395. OLE color: 13022395.

HSL color Cylindrical-coordinate representation of color #BBB4C6: hue angle of 263.33º degrees, saturation: 0.14, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BBB4C6 is Cyan = 0.06, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 187 180 198 -
CMYK 0.06 0.09 0 0.22
HSL 263.33º 0.14% 0.74% -
HSV(B) 263.33º 0.09% 0.78% -
XYZ 47.01 47.28 60.08 -
YUV 184.15 135.82 130.04 -
System Red Green Blue C M Y K H S L
Decimal 187 180 198 0.06 0.09 0 0.22 263.33 0.14 0.74
Hex BB B4 C6 6 9 0 16 107 E 4A
Octal 273 264 306 6 11 0 26 407 16 112
Binary 10111011 10110100 11000110 110 1001 0 10110 100000111 1110 1001010

Color Harmonies of #BBB4C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBB4C6

Black with #BBB4C6

Text Example


Text Example

White with #BBB4C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBB4C6; }

 p { color: rgb(187,180,198); }

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

background-color css

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

 a { background-color: rgb(187,180,198); }

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

border-color css

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

 span { border-color: rgb(187,180,198); }

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