#B1CCBB

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

Shades of Nebula #B1CCBB

Tints of Nebula #B1CCBB

Color information

#B1CCBB (or 0xB1CCBB) is unknown color: approx Nebula. HEX triplet: B1, CC and BB. RGB value is (177,204,187). Sum of RGB (Red+Green+Blue) = 177+204+187=568 (75% of max value = 765). Red value is 177 (69.53% from 255 or 31.16% from 568); Green value is 204 (80.08% from 255 or 35.92% from 568); Blue value is 187 (73.44% from 255 or 32.92% from 568); Max value from RGB is 204 - color contains mainly: green. Hex color #B1CCBB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1CCBB is #4E3344. Grayscale: #C2C2C2. Windows color (decimal): -5124933 or 12307633. OLE color: 12307633.

HSL color Cylindrical-coordinate representation of color #B1CCBB: hue angle of 142.22º degrees, saturation: 0.21, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B1CCBB is Cyan = 0.13, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.2.

Color convert

RGB177204187-
CMYK0.1300.080.2
HSL142.22º20.93%74.71%-
HSV(B)142.22º13.24%80%-
XYZ48.6956.1255.28-
YUV193.99124.05115.88-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 31.16%
GREEN value IS 204 (80.08% from 255) = 35.92%
BLUE value IS 187 (73.44% from 255) = 32.92%
R=31.16%
G=35.92%
B=32.92%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1772041870.1300.080.2142.2220.9374.71
HexB1CCBBD08148e154b
Octal261314273150102421625113
Binary1011000111001100101110111101010001010010001110101011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1CCBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1CCBB; }

 p { color: rgb(177,204,187); }

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

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

 a { background-color: rgb(177,204,187); }

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

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

 span { border-color: rgb(177,204,187); }

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