Html Css Color HEX #BDBBBE French Grey

📋 copy color: '#BDBBBE'

red 189 ◦ green 187 ◦ blue 190

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

Shades of French Grey #BDBBBE

Tints of French Grey #BDBBBE

RGB

 RED value IS 189 (74.22% from 255) = 33.39%

 GREEN value IS 187 (73.44% from 255) = 33.04%

 BLUE value IS 190 (74.61% from 255) = 33.57%

R = 33.39%
G = 33.04%
B = 33.57%

CMYK

 C value IS 0.01

 M value IS 0.02

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BDBBBE (or 0xBDBBBE) is known color: French Grey. HEX triplet: BD, BB and BE. RGB value is (189,187,190). Sum of RGB (Red+Green+Blue) = 189+187+190=566 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.39% from 566); Green value is 187 (73.44% from 255 or 33.04% from 566); Blue value is 190 (74.61% from 255 or 33.57% from 566); Max value from RGB is 190 - color contains mainly: blue. Hex color #BDBBBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDBBBE is #424441. Grayscale: #BBBBBB. Windows color (decimal): -4342850 or 12499901. OLE color: 12499901.

HSL color Cylindrical-coordinate representation of color #BDBBBE: hue angle of 280º degrees, saturation: 0.02, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #BDBBBE is Cyan = 0.01, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 189 187 190 -
CMYK 0.01 0.02 0 0.25
HSL 280º 0.02% 0.74% -
HSV(B) 280º 0.02% 0.75% -
XYZ 48.05 50.08 55.85 -
YUV 187.94 129.16 128.76 -
System Red Green Blue C M Y K H S L
Decimal 189 187 190 0.01 0.02 0 0.25 280 0.02 0.74
Hex BD BB BE 1 2 0 19 118 2 4A
Octal 275 273 276 1 2 0 31 430 2 112
Binary 10111101 10111011 10111110 1 10 0 11001 100011000 10 1001010

Color Harmonies of #BDBBBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDBBBE

Black with #BDBBBE

Text Example


Text Example

White with #BDBBBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDBBBE; }

 p { color: rgb(189,187,190); }

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

background-color css

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

 a { background-color: rgb(189,187,190); }

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

border-color css

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

 span { border-color: rgb(189,187,190); }

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