#B1CEBB

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

Shades of Nebula #B1CEBB

Tints of Nebula #B1CEBB

Color information

#B1CEBB (or 0xB1CEBB) is unknown color: approx Nebula. HEX triplet: B1, CE and BB. RGB value is (177,206,187). Sum of RGB (Red+Green+Blue) = 177+206+187=570 (75% of max value = 765). Red value is 177 (69.53% from 255 or 31.05% from 570); Green value is 206 (80.86% from 255 or 36.14% from 570); Blue value is 187 (73.44% from 255 or 32.81% from 570); Max value from RGB is 206 - color contains mainly: green. Hex color #B1CEBB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1CEBB is #4E3144. Grayscale: #C3C3C3. Windows color (decimal): -5124421 or 12308145. OLE color: 12308145.

HSL color Cylindrical-coordinate representation of color #B1CEBB: hue angle of 140.69º 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 #B1CEBB is Cyan = 0.14, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.19.

Color convert

RGB177206187-
CMYK0.1400.090.19
HSL140.69º22.83%75.1%-
HSV(B)140.69º14.08%80.78%-
XYZ49.1757.0855.44-
YUV195.16123.39115.04-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 31.05%
GREEN value IS 206 (80.86% from 255) = 36.14%
BLUE value IS 187 (73.44% from 255) = 32.81%
R=31.05%
G=36.14%
B=32.81%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1772061870.1400.090.19140.6922.8375.1
HexB1CEBBE09138d174b
Octal261316273160112321527113
Binary1011000111001110101110111110010011001110001101101111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1CEBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1CEBB; }

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

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

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

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

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

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

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

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