#BBC2BD

Color #BBC2BD Nebula (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Nebula #BBC2BD

Tints of Nebula #BBC2BD

Color information

#BBC2BD (or 0xBBC2BD) is unknown color: approx Nebula. HEX triplet: BB, C2 and BD. RGB value is (187,194,189). Sum of RGB (Red+Green+Blue) = 187+194+189=570 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.81% from 570); Green value is 194 (76.17% from 255 or 34.04% from 570); Blue value is 189 (74.22% from 255 or 33.16% from 570); Max value from RGB is 194 - color contains mainly: green. Hex color #BBC2BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBC2BD is #443D42. Grayscale: #BFBFBF. Windows color (decimal): -4472131 or 12436155. OLE color: 12436155.

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

Color convert

RGB187194189-
CMYK0.0400.030.24
HSL137.14º5.43%74.71%-
HSV(B)137.14º3.61%76.08%-
XYZ48.9752.8255.76-
YUV191.34126.68124.91-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 32.81%
GREEN value IS 194 (76.17% from 255) = 34.04%
BLUE value IS 189 (74.22% from 255) = 33.16%
R=32.81%
G=34.04%
B=33.16%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1871941890.0400.030.24137.145.4374.71
HexBBC2BD403188954b
Octal273302275403302115113
Binary10111011110000101011110110001111000100010011011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBC2BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBC2BD; }

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

 H1.HeaderClassName
 {
   color: #BBC2BD;
 }
 .AnyTagClassName
 {
   color: #BBC2BD;
 }
</style>
background-color css

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

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

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

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

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

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