Html Css Color HEX #BBC2BE Nebula

📋 copy color: '#BBC2BE'

red 187 ◦ green 194 ◦ blue 190

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

Shades of Nebula #BBC2BE

Tints of Nebula #BBC2BE

RGB

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

 GREEN value IS 194 (76.17% from 255) = 33.98%

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

R = 32.75%
G = 33.98%
B = 33.27%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.02

 K value IS 0.24

RGB Variations

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

Color information

#BBC2BE (or 0xBBC2BE) is known color: Nebula. HEX triplet: BB, C2 and BE. RGB value is (187,194,190). Sum of RGB (Red+Green+Blue) = 187+194+190=571 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.75% from 571); Green value is 194 (76.17% from 255 or 33.98% from 571); Blue value is 190 (74.61% from 255 or 33.27% from 571); Max value from RGB is 194 - color contains mainly: green. Hex color #BBC2BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBC2BE is #443D41. Grayscale: #BFBFBF. Windows color (decimal): -4472130 or 12501691. OLE color: 12501691.

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

Color convert

RGB 187 194 190 -
CMYK 0.04 0 0.02 0.24
HSL 145.71º 0.05% 0.75% -
HSV(B) 145.71º 0.04% 0.76% -
XYZ 49.08 52.87 56.33 -
YUV 191.45 127.18 124.83 -
System Red Green Blue C M Y K H S L
Decimal 187 194 190 0.04 0 0.02 0.24 145.71 0.05 0.75
Hex BB C2 BE 4 0 2 18 92 5 4B
Octal 273 302 276 4 0 2 30 222 5 113
Binary 10111011 11000010 10111110 100 0 10 11000 10010010 101 1001011

Color Harmonies of #BBC2BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC2BE

Black with #BBC2BE

Text Example


Text Example

White with #BBC2BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC2BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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