Html Css Color HEX #BBB5C2 French Grey

📋 copy color: '#BBB5C2'

red 187 ◦ green 181 ◦ blue 194

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

Shades of French Grey #BBB5C2

Tints of French Grey #BBB5C2

RGB

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

 GREEN value IS 181 (71.09% from 255) = 32.21%

 BLUE value IS 194 (76.17% from 255) = 34.52%

R = 33.27%
G = 32.21%
B = 34.52%

CMYK

 C value IS 0.04

 M value IS 0.07

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#BBB5C2 (or 0xBBB5C2) is known color: French Grey. HEX triplet: BB, B5 and C2. RGB value is (187,181,194). Sum of RGB (Red+Green+Blue) = 187+181+194=562 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.27% from 562); Green value is 181 (71.09% from 255 or 32.21% from 562); Blue value is 194 (76.17% from 255 or 34.52% from 562); Max value from RGB is 194 - color contains mainly: blue. Hex color #BBB5C2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBB5C2 is #444A3D. Grayscale: #B8B8B8. Windows color (decimal): -4475454 or 12760507. OLE color: 12760507.

HSL color Cylindrical-coordinate representation of color #BBB5C2: hue angle of 267.69º degrees, saturation: 0.1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #BBB5C2 is Cyan = 0.04, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 187 181 194 -
CMYK 0.04 0.07 0 0.24
HSL 267.69º 0.1% 0.74% -
HSV(B) 267.69º 0.07% 0.76% -
XYZ 46.76 47.51 57.74 -
YUV 184.28 133.49 129.94 -
System Red Green Blue C M Y K H S L
Decimal 187 181 194 0.04 0.07 0 0.24 267.69 0.1 0.74
Hex BB B5 C2 4 7 0 18 10C A 4A
Octal 273 265 302 4 7 0 30 414 12 112
Binary 10111011 10110101 11000010 100 111 0 11000 100001100 1010 1001010

Color Harmonies of #BBB5C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBB5C2

Black with #BBB5C2

Text Example


Text Example

White with #BBB5C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBB5C2; }

 p { color: rgb(187,181,194); }

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

background-color css

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

 a { background-color: rgb(187,181,194); }

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

border-color css

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

 span { border-color: rgb(187,181,194); }

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