Html Css Color HEX #B8BEBA Nebula

📋 copy color: '#B8BEBA'

red 184 ◦ green 190 ◦ blue 186

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

Shades of Nebula #B8BEBA

Tints of Nebula #B8BEBA

RGB

 RED value IS 184 (72.27% from 255) = 32.86%

 GREEN value IS 190 (74.61% from 255) = 33.93%

 BLUE value IS 186 (73.05% from 255) = 33.21%

R = 32.86%
G = 33.93%
B = 33.21%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.02

 K value IS 0.25

RGB Variations

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

Color information

#B8BEBA (or 0xB8BEBA) is known color: Nebula. HEX triplet: B8, BE and BA. RGB value is (184,190,186). Sum of RGB (Red+Green+Blue) = 184+190+186=560 (74% of max value = 765). Red value is 184 (72.27% from 255 or 32.86% from 560); Green value is 190 (74.61% from 255 or 33.93% from 560); Blue value is 186 (73.05% from 255 or 33.21% from 560); Max value from RGB is 190 - color contains mainly: green. Hex color #B8BEBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8BEBA is #474145. Grayscale: #BBBBBB. Windows color (decimal): -4669766 or 12238520. OLE color: 12238520.

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

Color convert

RGB 184 190 186 -
CMYK 0.03 0 0.02 0.25
HSL 140º 0.04% 0.73% -
HSV(B) 140º 0.03% 0.75% -
XYZ 47.04 50.56 53.73 -
YUV 187.75 127.01 125.33 -
System Red Green Blue C M Y K H S L
Decimal 184 190 186 0.03 0 0.02 0.25 140 0.04 0.73
Hex B8 BE BA 3 0 2 19 8C 4 49
Octal 270 276 272 3 0 2 31 214 4 111
Binary 10111000 10111110 10111010 11 0 10 11001 10001100 100 1001001

Color Harmonies of #B8BEBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8BEBA

Black with #B8BEBA

Text Example


Text Example

White with #B8BEBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8BEBA; }

 p { color: rgb(184,190,186); }

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

background-color css

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

 a { background-color: rgb(184,190,186); }

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

border-color css

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

 span { border-color: rgb(184,190,186); }

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