#B1D9C0

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

Shades of Nebula #B1D9C0

Tints of Nebula #B1D9C0

Color information

#B1D9C0 (or 0xB1D9C0) is unknown color: approx Nebula. HEX triplet: B1, D9 and C0. RGB value is (177,217,192). Sum of RGB (Red+Green+Blue) = 177+217+192=586 (77% of max value = 765). Red value is 177 (69.53% from 255 or 30.20% from 586); Green value is 217 (85.16% from 255 or 37.03% from 586); Blue value is 192 (75.39% from 255 or 32.76% from 586); Max value from RGB is 217 - color contains mainly: green. Hex color #B1D9C0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1D9C0 is #4E263F. Grayscale: #CACACA. Windows color (decimal): -5121600 or 12638641. OLE color: 12638641.

HSL color Cylindrical-coordinate representation of color #B1D9C0: hue angle of 142.5º degrees, saturation: 0.34, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B1D9C0 is Cyan = 0.18, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.15.

Color convert

RGB177217192-
CMYK0.1800.120.15
HSL142.5º34.48%77.25%-
HSV(B)142.5º18.43%85.1%-
XYZ52.4662.7859.22-
YUV202.19122.25110.03-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 30.20%
GREEN value IS 217 (85.16% from 255) = 37.03%
BLUE value IS 192 (75.39% from 255) = 32.76%
R=30.20%
G=37.03%
B=32.76%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1772171920.1800.120.15142.534.4877.25
HexB1D9C0120CF8e224d
Octal261331300220141721642115
Binary10110001110110011100000010010011001111100011101000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1D9C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1D9C0; }

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

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

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

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

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

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

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

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