#B1D0BB

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

Shades of Nebula #B1D0BB

Tints of Nebula #B1D0BB

Color information

#B1D0BB (or 0xB1D0BB) is unknown color: approx Nebula. HEX triplet: B1, D0 and BB. RGB value is (177,208,187). Sum of RGB (Red+Green+Blue) = 177+208+187=572 (75% of max value = 765). Red value is 177 (69.53% from 255 or 30.94% from 572); Green value is 208 (81.64% from 255 or 36.36% from 572); Blue value is 187 (73.44% from 255 or 32.69% from 572); Max value from RGB is 208 - color contains mainly: green. Hex color #B1D0BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1D0BB is #4E2F44. Grayscale: #C4C4C4. Windows color (decimal): -5123909 or 12308657. OLE color: 12308657.

HSL color Cylindrical-coordinate representation of color #B1D0BB: hue angle of 139.35º degrees, saturation: 0.25, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B1D0BB is Cyan = 0.15, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.18.

Color convert

RGB177208187-
CMYK0.1500.100.18
HSL139.35º24.8%75.49%-
HSV(B)139.35º14.9%81.57%-
XYZ49.6658.0555.6-
YUV196.34122.73114.21-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 30.94%
GREEN value IS 208 (81.64% from 255) = 36.36%
BLUE value IS 187 (73.44% from 255) = 32.69%
R=30.94%
G=36.36%
B=32.69%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1772081870.1500.100.18139.3524.875.49
HexB1D0BBF0A128b194b
Octal261320273170122221331113
Binary1011000111010000101110111111010101001010001011110011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1D0BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1D0BB; }

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

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

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

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

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

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

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

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