Html Css Color HEX #BBBFBC Nebula

📋 copy color: '#BBBFBC'

red 187 ◦ green 191 ◦ blue 188

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

Shades of Nebula #BBBFBC

Tints of Nebula #BBBFBC

RGB

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

 GREEN value IS 191 (75% from 255) = 33.75%

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

R = 33.04%
G = 33.75%
B = 33.22%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.02

 K value IS 0.25

RGB Variations

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

Color information

#BBBFBC (or 0xBBBFBC) is known color: Nebula. HEX triplet: BB, BF and BC. RGB value is (187,191,188). Sum of RGB (Red+Green+Blue) = 187+191+188=566 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.04% from 566); Green value is 191 (75% from 255 or 33.75% from 566); Blue value is 188 (73.83% from 255 or 33.22% from 566); Max value from RGB is 191 - color contains mainly: green. Hex color #BBBFBC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBBFBC is #444043. Grayscale: #BDBDBD. Windows color (decimal): -4472900 or 12369851. OLE color: 12369851.

HSL color Cylindrical-coordinate representation of color #BBBFBC: hue angle of 135º degrees, saturation: 0.03, 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 #BBBFBC is Cyan = 0.02, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.25.

Color convert

RGB 187 191 188 -
CMYK 0.02 0 0.02 0.25
HSL 135º 0.03% 0.74% -
HSV(B) 135º 0.02% 0.75% -
XYZ 48.2 51.46 54.97 -
YUV 189.46 127.17 126.24 -
System Red Green Blue C M Y K H S L
Decimal 187 191 188 0.02 0 0.02 0.25 135 0.03 0.74
Hex BB BF BC 2 0 2 19 87 3 4A
Octal 273 277 274 2 0 2 31 207 3 112
Binary 10111011 10111111 10111100 10 0 10 11001 10000111 11 1001010

Color Harmonies of #BBBFBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBBFBC

Black with #BBBFBC

Text Example


Text Example

White with #BBBFBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBBFBC; }

 p { color: rgb(187,191,188); }

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

background-color css

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

 a { background-color: rgb(187,191,188); }

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

border-color css

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

 span { border-color: rgb(187,191,188); }

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