#BBC9C1

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

Shades of Nebula #BBC9C1

Tints of Nebula #BBC9C1

Color information

#BBC9C1 (or 0xBBC9C1) is unknown color: approx Nebula. HEX triplet: BB, C9 and C1. RGB value is (187,201,193). Sum of RGB (Red+Green+Blue) = 187+201+193=581 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.19% from 581); Green value is 201 (78.91% from 255 or 34.60% from 581); Blue value is 193 (75.78% from 255 or 33.22% from 581); Max value from RGB is 201 - color contains mainly: green. Hex color #BBC9C1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBC9C1 is #44363E. Grayscale: #C3C3C3. Windows color (decimal): -4470335 or 12700091. OLE color: 12700091.

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

Color convert

RGB187201193-
CMYK0.0700.040.21
HSL145.71º11.48%76.08%-
HSV(B)145.71º6.97%78.82%-
XYZ51.0156.1958.61-
YUV195.9126.36121.65-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 32.19%
GREEN value IS 201 (78.91% from 255) = 34.60%
BLUE value IS 193 (75.78% from 255) = 33.22%
R=32.19%
G=34.60%
B=33.22%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1872011930.0700.040.21145.7111.4876.08
HexBBC9C17041592b4c
Octal2733113017042522213114
Binary1011101111001001110000011110100101011001001010111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBC9C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBC9C1; }

 p { color: rgb(187,201,193); }

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

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

 a { background-color: rgb(187,201,193); }

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

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

 span { border-color: rgb(187,201,193); }

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