Html Css Color HEX #BBC3BE Nebula

📋 copy color: '#BBC3BE'

red 187 ◦ green 195 ◦ blue 190

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

Shades of Nebula #BBC3BE

Tints of Nebula #BBC3BE

RGB

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

 GREEN value IS 195 (76.56% from 255) = 34.09%

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

R = 32.69%
G = 34.09%
B = 33.22%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.03

 K value IS 0.24

RGB Variations

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

Color information

#BBC3BE (or 0xBBC3BE) is known color: Nebula. HEX triplet: BB, C3 and BE. RGB value is (187,195,190). Sum of RGB (Red+Green+Blue) = 187+195+190=572 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.69% from 572); Green value is 195 (76.56% from 255 or 34.09% from 572); Blue value is 190 (74.61% from 255 or 33.22% from 572); Max value from RGB is 195 - color contains mainly: green. Hex color #BBC3BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBC3BE is #443C41. Grayscale: #C0C0C0. Windows color (decimal): -4471874 or 12501947. OLE color: 12501947.

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

Color convert

RGB 187 195 190 -
CMYK 0.04 0 0.03 0.24
HSL 142.5º 0.06% 0.75% -
HSV(B) 142.5º 0.04% 0.76% -
XYZ 49.3 53.31 56.41 -
YUV 192.04 126.85 124.41 -
System Red Green Blue C M Y K H S L
Decimal 187 195 190 0.04 0 0.03 0.24 142.5 0.06 0.75
Hex BB C3 BE 4 0 3 18 8E 6 4B
Octal 273 303 276 4 0 3 30 216 6 113
Binary 10111011 11000011 10111110 100 0 11 11000 10001110 110 1001011

Color Harmonies of #BBC3BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC3BE

Black with #BBC3BE

Text Example


Text Example

White with #BBC3BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC3BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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