#B1D0C0

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

Shades of Nebula #B1D0C0

Tints of Nebula #B1D0C0

Color information

#B1D0C0 (or 0xB1D0C0) is unknown color: approx Nebula. HEX triplet: B1, D0 and C0. RGB value is (177,208,192). Sum of RGB (Red+Green+Blue) = 177+208+192=577 (76% of max value = 765). Red value is 177 (69.53% from 255 or 30.68% from 577); Green value is 208 (81.64% from 255 or 36.05% from 577); Blue value is 192 (75.39% from 255 or 33.28% from 577); Max value from RGB is 208 - color contains mainly: green. Hex color #B1D0C0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1D0C0 is #4E2F3F. Grayscale: #C4C4C4. Windows color (decimal): -5123904 or 12636337. OLE color: 12636337.

HSL color Cylindrical-coordinate representation of color #B1D0C0: hue angle of 149.03º 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 #B1D0C0 is Cyan = 0.15, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.18.

Color convert

RGB177208192-
CMYK0.1500.080.18
HSL149.03º24.8%75.49%-
HSV(B)149.03º14.9%81.57%-
XYZ50.258.2658.47-
YUV196.91125.23113.8-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 30.68%
GREEN value IS 208 (81.64% from 255) = 36.05%
BLUE value IS 192 (75.39% from 255) = 33.28%
R=30.68%
G=36.05%
B=33.28%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1772081920.1500.080.18149.0324.875.49
HexB1D0C0F081295194b
Octal261320300170102222531113
Binary1011000111010000110000001111010001001010010101110011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1D0C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1D0C0; }

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

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

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

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

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

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

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

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