#B1CEBD

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

Shades of Nebula #B1CEBD

Tints of Nebula #B1CEBD

Color information

#B1CEBD (or 0xB1CEBD) is unknown color: approx Nebula. HEX triplet: B1, CE and BD. RGB value is (177,206,189). Sum of RGB (Red+Green+Blue) = 177+206+189=572 (75% of max value = 765). Red value is 177 (69.53% from 255 or 30.94% from 572); Green value is 206 (80.86% from 255 or 36.01% from 572); Blue value is 189 (74.22% from 255 or 33.04% from 572); Max value from RGB is 206 - color contains mainly: green. Hex color #B1CEBD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1CEBD is #4E3142. Grayscale: #C3C3C3. Windows color (decimal): -5124419 or 12439217. OLE color: 12439217.

HSL color Cylindrical-coordinate representation of color #B1CEBD: hue angle of 144.83º degrees, saturation: 0.23, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B1CEBD is Cyan = 0.14, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.19.

Color convert

RGB177206189-
CMYK0.1400.080.19
HSL144.83º22.83%75.1%-
HSV(B)144.83º14.08%80.78%-
XYZ49.3957.1656.57-
YUV195.39124.39114.88-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 30.94%
GREEN value IS 206 (80.86% from 255) = 36.01%
BLUE value IS 189 (74.22% from 255) = 33.04%
R=30.94%
G=36.01%
B=33.04%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1772061890.1400.080.19144.8322.8375.1
HexB1CEBDE081391174b
Octal261316275160102322127113
Binary1011000111001110101111011110010001001110010001101111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1CEBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1CEBD; }

 p { color: rgb(177,206,189); }

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

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

 a { background-color: rgb(177,206,189); }

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

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

 span { border-color: rgb(177,206,189); }

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