Html Css Color HEX #BBC4BE Nebula

📋 copy color: '#BBC4BE'

red 187 ◦ green 196 ◦ blue 190

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

Shades of Nebula #BBC4BE

Tints of Nebula #BBC4BE

RGB

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

 GREEN value IS 196 (76.95% from 255) = 34.21%

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

R = 32.64%
G = 34.21%
B = 33.16%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.03

 K value IS 0.23

RGB Variations

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

Color information

#BBC4BE (or 0xBBC4BE) is known color: Nebula. HEX triplet: BB, C4 and BE. RGB value is (187,196,190). Sum of RGB (Red+Green+Blue) = 187+196+190=573 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.64% from 573); Green value is 196 (76.95% from 255 or 34.21% from 573); Blue value is 190 (74.61% from 255 or 33.16% from 573); Max value from RGB is 196 - color contains mainly: green. Hex color #BBC4BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBC4BE is #443B41. Grayscale: #C0C0C0. Windows color (decimal): -4471618 or 12502203. OLE color: 12502203.

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

Color convert

RGB 187 196 190 -
CMYK 0.05 0 0.03 0.23
HSL 140º 0.07% 0.75% -
HSV(B) 140º 0.05% 0.77% -
XYZ 49.53 53.76 56.48 -
YUV 192.63 126.52 123.99 -
System Red Green Blue C M Y K H S L
Decimal 187 196 190 0.05 0 0.03 0.23 140 0.07 0.75
Hex BB C4 BE 5 0 3 17 8C 7 4B
Octal 273 304 276 5 0 3 27 214 7 113
Binary 10111011 11000100 10111110 101 0 11 10111 10001100 111 1001011

Color Harmonies of #BBC4BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC4BE

Black with #BBC4BE

Text Example


Text Example

White with #BBC4BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC4BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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