#B1CFBB

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

Shades of Nebula #B1CFBB

Tints of Nebula #B1CFBB

Color information

#B1CFBB (or 0xB1CFBB) is unknown color: approx Nebula. HEX triplet: B1, CF and BB. RGB value is (177,207,187). Sum of RGB (Red+Green+Blue) = 177+207+187=571 (75% of max value = 765). Red value is 177 (69.53% from 255 or 31.00% from 571); Green value is 207 (81.25% from 255 or 36.25% from 571); Blue value is 187 (73.44% from 255 or 32.75% from 571); Max value from RGB is 207 - color contains mainly: green. Hex color #B1CFBB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1CFBB is #4E3044. Grayscale: #C3C3C3. Windows color (decimal): -5124165 or 12308401. OLE color: 12308401.

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

Color convert

RGB177207187-
CMYK0.1400.100.19
HSL140º23.81%75.29%-
HSV(B)140º14.49%81.18%-
XYZ49.4157.5655.52-
YUV195.75123.06114.63-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 31.00%
GREEN value IS 207 (81.25% from 255) = 36.25%
BLUE value IS 187 (73.44% from 255) = 32.75%
R=31.00%
G=36.25%
B=32.75%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1772071870.1400.100.1914023.8175.29
HexB1CFBBE0A138c184b
Octal261317273160122321430113
Binary1011000111001111101110111110010101001110001100110001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1CFBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1CFBB; }

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

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

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

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

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

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

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

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